We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
curl --request POST \ --url "http://httpconsole.com/debug?foo=bar&foo=baz" \ --cookie "foo=bar; bar=baz" \ --header "Accept: text/plain" \ --header "Content-Type: application/json" \ --data "{\"foo\": \"bar\"}"
Gives:
Cannot POST /debug?foo=bar&foo=baz