in reply to Web client programming troubles
HTTP defines CRLF as the end-of-line marker for the request header. Try
my $msg = qq{HEAD / HTTP/1.0\r\nHOST: $host\n\n};
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: Web client programming troubles
by northwind (Hermit) on Jan 16, 2006 at 13:02 UTC | |
|
Re^2: Web client programming troubles
by vancetech (Beadle) on Jan 16, 2006 at 21:23 UTC |