Using web view behind a proxy (cocoa)
Posted
by Cal S
on Stack Overflow
See other posts from Stack Overflow
or by Cal S
Published on 2010-06-08T22:30:24Z
Indexed on
2010/06/11
0:53 UTC
Read the original article
Hit count: 449
Hi, I'm creating a web-browser type app (using a web view object) that needs to be able to connect to the internet via a proxy. Server, port, username and password can all be hardcoded into the app but unfortunately I have no idea how to customise the proxy settings of a web view without changing the system wide proxy settings.
If you know how to do this please provide some example code, thanks a lot! (Also, if it changes anything - I'm developing for mac, not iPhone)
© Stack Overflow or respective owner