Changes between Initial Version and Version 1 of Ticket #13472, comment 11


Ignore:
Timestamp:
Sep 26, 2018, 10:55:16 AM (6 years ago)
Author:
Jun Omae
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #13472, comment 11

    initial v1  
    11when executed this after setting httpauth.* = enable and executing
    2 
     2{{{
    33curl -s -u YOUR-USERNAME \
    44  -H 'Content-Type: application/json' \
     
    66  http://your-host/path-to-env/login/jsonrpc
    77
    8 {"id": 42, "result": [1, 1, 8], "error": null} this is the result
    9 
     8{"id": 42, "result": [1, 1, 8], "error": null}
     9}}}
     10this is the result