httpstat
httpstat copied to clipboard
Unable to send a colon in the http header value
When sending a header value with a :
in it
httpstat -i -H "x-request-url: http://apa" http://127.0.0.1:8000
the server receives the header value http
, so it's cut at the :
.