Octavian Rasnita wrote:
> From: "Geoffrey Young" <[EMAIL PROTECTED]>
> 
>>/ is required per the rfc, so you cannot omit it.  go ahead and try it via
>>telnet on your favorite site :)
>>
>>--Geoff
> 
> 
> Well, here it is just a test:
> 
> telnet www.site.com 80
> GET HTTP://www.site.com HTTP/1.1
> Host: www.site.com
> 
> And it works. 

/me sighs

ok, yeah it works, but that's not what anyone means.  you're sending an
absolute URI, which is only really valid for proxy requests (but must be
understood by all HTTP/1.1-compliant servers for non-proxy requests as well
 - see 2616, section 5.1.2)

anyway, the question was more about

  GET HTTP/1.1

or

  GET foo.html HTTP/1.1

the point being that the request must start with / (or be an absolute URI,
such as for a proxy request).

--Geoff

Reply via email to