I have found the following already:
Sending a file via POST using raw HTTP (Putty)
However, when I send my request, Putty screws up the damn empty line. No matter what I do
putty is always making an ENTER out of my empty line so it sends the request before I’m finished typing:
POST /somepath/ http/1.0
Content-Type: application/x-www-form-urlencoded
Content-Lenght:15
hhhteaj=555555
The problem is that my post request MUST be with that empty line or it’s not the correct syntax. What can I do?
Is the fact that you misspelled:
Causing a problem? Should be: