[thelist] html page analyser program

Alex Beston alex at deltatraffic.co.uk
Wed Jul 14 08:18:47 CDT 2004


Ken Schaefer wrote:

>Hi,
>
>>From reading your code, it seems you are sending (as I understand it):
>
>GET /someURL HTTP/1.0
>HOST: www.whatever.com
>
>That is not valid (which is why the remote server is returning 400 Bad
>Request). If you want to send the HTTP Host: header, you need to send
>HTTP/1.1 as the protocol you are using.
>
>GET /someURL HTTP/1.1
>HOST: www.whatever.com
>

yes, i made the change as you suggested, but it doesnt change the 
result, unfortunately.

rgds
Alex


More information about the thelist mailing list