I have some HTTP requests in raw format such as
GET /docs/index.html HTTP/1.1
Host: www.nowhere123.com
Accept: image/gif, image/jpeg, */*
Accept-Language: en-us
Accept-Encoding: gzip, deflate
User-Agent: Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1)
(blank line)
I have to test and debug them for this reason I need an easy way to repeat them on my computer, how can I make an HTTP request from raw data using curl, httpie or another CLI HTTP client?
curlalready. What have you tried so far?echothen pipe raw HTTP request tocurlbut it didn't worked