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


Ignore:
Timestamp:
Sep 27, 2018, 8:46:17 PM (6 years ago)
Author:
Ryan J Ollos
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #13472, comment 9

    initial v1  
    77
    882. Confirm that `/login/jsonrpc` responds `401 Unauthorized` status line:
    9 {{{
     9{{{#!sh
    1010$ curl -sv -o /dev/null http://your-host/path-to-env/login/jsonrpc
    1111> ...
     
    1919
    20203. Try to call `system.getAPIVersion()` via JSON-RPC using curl.
    21 {{{
     21{{{#!sh
    2222$ curl -s -u YOUR-USERNAME \
    2323  -H 'Content-Type: application/json' \