views:

275

answers:

0

I would like a UIWebView I am hosting in my app to use the proxy settings that are setup for the network connection to load content.

I don't see a way other than using something like ASIHTTPRequest along with some kind of way to pull the proxy values for the network settings.

Currently when my UIWebView tries to load content via the UIWebView loadRequest method the UIWebView just sits there, it doesn't timeout or anything.

I am still digging, but thanks to anyone who has hit this and has an answer.