I'm using NSURLConnection and NSURLRequest to make connection to a
server. Now I would to implement Proxy server connection but I
cannot find something about it inside the docs. Anyone can point to
me to the right way?
NSURLConnection does this automatically if you have a proxy server set
up in your network preferences.