Re: NSURL proxy request error for http://localhost?
Re: NSURL proxy request error for http://localhost?
- Subject: Re: NSURL proxy request error for http://localhost?
- From: Sherm Pendley <email@hidden>
- Date: Fri, 21 Feb 2003 17:23:49 -0500
On Friday, February 21, 2003, at 08:53 AM, Lance Bland wrote:
The functions incorrectly redirect "http://localhost" to the proxy
server (because I use a proxy server for http requests), and the proxy
server sees it as a request to itself.
If you have a static IP on your LAN, you could direct the request to
that, instead of to the loopback address. That wouldn't fix the real
problem, of course - the request would still be retrieved by way of the
proxy. But, it should allow you to at least use your local web server
and access the internet at the same time, without having to toggle your
proxy settings constantly.
Here's a far-fetched idea: I don't know how CF implements its proxy
setup internally, but if it's using the kernel's internal IP forwarding,
you could maybe use ipfw to disable whatever forwarding is mistakenly
getting set up for the loopback interface. I *told* you it was
far-fetched... ;-)
sherm--
Heisenberg may have slept here.
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.