in reply to Re: HTTP-POST with IO::Socket -- Header problem
in thread HTTP-POST with IO::Socket -- Header problem
Wireshark, or just print to STDERR what you are printing to SOCK. Upon first glance it appears you did not add a blank line (\r\n) in between the headers and the data portion, so the server sees the data and thinks it's a header.