Looking for a tool (possibly on Linux) that will allow me to make a manual HTTP or HTTPS request
Fresh3 days ago
Mar 15, 202612105 viewsConfidence Score0%
0%
Problem
I am looking for a tool (possibly on Linux) that will allow me to make a manual HTTP or HTTPS request. By manual, I really mean it: I should be able to feed it a text file which looks like and a destination URL ( ), and send the request to the URL. At most, it would be useful if the header was auto…
Error Output
POST /foo HTTP/1.1 Host: www.example.com Accept: text/xml,text/html;q=0.9,text/plain;q=0.8,image/png,*/*;q=0.5 Accept-Language: en-gb,en;q=0.5 Conten…
Unverified for your environment
Select your OS to check compatibility.
1 Fix
Canonical Fix
Unverified Fix
New Fix – Awaiting Verification
Fix for: Looking for a tool (possibly on Linux) that will allow me to make a manual HTTP or HTTPS request
Low Risk
wget has a --post-file option which should work for you. Edit: Also, there's Ncat, which you would use in a similar fashion to Randolf Richardson's telnet suggestion, except that it also supports SSL/HTTPS:
Awaiting Verification
Be the first to verify this fix
Sign in to verify this fix