ok for http servers to test them out use
telnet server.com 80
GET / HTTP/1.0
Host: server.com
(few enters)
and the page is returned
For a proxy it is like below
telnet proxy 8080
GET http://server.com/ HTTP/1.0
Host: server.com
(few enters)
page returned
On Fri, 20 Nov 1998, Vianet System Administration wrote:
>
> Hi,
>
> 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
>
> What is the syntax to do this with a proxy?
>
> Thanks in advance.
>
> Trevor
>
Received on Fri Nov 20 1998 - 05:29:31 MST
This archive was generated by hypermail pre-2.1.9 : Tue Dec 09 2003 - 16:43:11 MST