I need to proxy all my app's http and https requests trought a proxy server.
I cannot just change the url because most of the requets are done via 3rd party libs.
I tried some code from: iOS any body knows how to add a proxy to NSURLRequest? but it seems to not work or is incomplete.
Can someone give me a good example?