Re:Negotiating with a Proxy server
Re:Negotiating with a Proxy server
- Subject: Re:Negotiating with a Proxy server
- From: Frederick Cheung <email@hidden>
- Date: Thu, 6 Feb 2003 10:12:57 +0000
Date: Wed, 05 Feb 2003 15:37:13 -0800
Subject: Negotiating with a Proxy server
From: Larry Gerndt <email@hidden>
To: <email@hidden>
Does anyone have any example code or other useful information for how
to
negotiate with an HTTP Proxy server? I can detect, via Internet
Config,
that the user has specified an HTTP proxy in his Internet preferences,
but I
don9t know what I need to do to negotiate a connection via it. Where
are
these details documented? Is it a standard? Any help would be greatly
appreciated.
Yes it is part of the HTTP standard, which you can get from
www.rfc-editor.org among other places.
It's dead easy though, you just perform a standard get request ie
GET
http://www.theserver.com/file.html HTTP/1.1
Host: www.theserver.com
Fred
_______________________________________________
macnetworkprog mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/macnetworkprog
Do not post admin requests to the list. They will be ignored.