Hi,

I am currently working on making an iOS browser which will have
provision to set proxy in it. I am making browser as wrapper around
UIWebview. But as NSURL / NSREQUEST doesn't support setting proxy, so
I got struck here. I know that we can set proxy in CFURL, so is there
any way we can capture packets send by UIWebview at CFNetwork level
inside our application to route them through proxy server?
Or does Cocoa supports reflection to set proxy dynamically inside
application sandbox?
Any other way by which we can set proxy in UIWebview or at application level?
Please help.


-- 
Thanks,

Vikas Mahajan
P.S.: I don't want to use ASIHTTPRequest because it has a lot of
limitations, so please suggest some different method.
_______________________________________________

Cocoa-dev mailing list (Cocoa-dev@lists.apple.com)

Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com

Help/Unsubscribe/Update your Subscription:
https://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com

This email sent to arch...@mail-archive.com

Reply via email to