Re: NSMutableURLRequest bypassing proxy
Re: NSMutableURLRequest bypassing proxy
- Subject: Re: NSMutableURLRequest bypassing proxy
- From: Quinn <email@hidden>
- Date: Mon, 9 Feb 2009 17:25:20 +0000
At 15:25 +0100 8/2/09, Nicolas Berloquin wrote:
I'un using NSMutableURLRequest to make http querries to some remote servers
(which aren't litteraly http/web servers).
I would like to know if it's possible to bypass the global proxy settings
(when they are set, of course), and do a direct connexion to those servers.
I checked the docs and I couldn't find any help there...
No, NSURLConnection does not give you that level of control. You
will have to drop down to the CFHTTPStream level, where support for
proxies is an opt in.
S+E
--
Quinn "The Eskimo!" <http://www.apple.com/developer/>
Apple Developer Relations, Developer Technical Support, Core OS/Hardware
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Macnetworkprog mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden