You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
The text was updated successfully, but these errors were encountered: