Re: Difference between HTTP request and Proxy requests

From: David J Woolley <djw@dont-contact.us>
Date: Fri, 20 Nov 1998 13:11:54 +0000

> I can telnet to a web server port 80 and issue a command like
> GET http://www.somedomain.com/
> ..and have it return the page

This is actually an invalid request as it is an HTTP 0.9 request
using a feature first introduced with HTTP 1.0 proxies.

The correct HTTP 0.9 request would be:

telnet www.somedomain.com 80
GET /

>
> What is the syntax to do this with a proxy?

If it supports HTTP 1.0:

telnet cache.someotherdomain.com 3128
GET http://www.somedomain.com/ HTTP/1.0
                          <---- This is a blank line

-- 
David Woolley - Office: David Woolley <djw@bts.co.uk>
BTS             Home: <david@djwhome.demon.co.uk>
Wallington      TQ 2887 6421
England         51  21' 44" N,  00  09' 01" W (WGS 84)
Received on Fri Nov 20 1998 - 07:22:58 MST

This archive was generated by hypermail pre-2.1.9 : Tue Dec 09 2003 - 16:43:11 MST