Hello, I'm trying to issue a jsonrpc request and curl complains about the http version.
With httpie:
$ http localhost:8901 method=foobar params:='[""]'
http: error: ConnectionError: ('Connection aborted.', BadStatusLine('Content-Length: 75\r\n')) while doing a POST request to URL: http://localhost:8901/
With curlie:
$ curlie localhost:8901 method=foobar params:='[""]'
curl: (1) Received HTTP/0.9 when not allowed
Hello, I'm trying to issue a jsonrpc request and curl complains about the http version.
With
httpie
:With
curlie
:Version: