thomasvsundert
thomasvsundert

Reputation: 185

Proxy for URL request on iPhone

I'm trying to make a URL request to my server but the request needs to go through a proxy (IP address, not used for authentication). Can anyone get me any pointers on how to achieve this?

Can I programatically set a proxy for an URL request?

thanks

Thomas

Upvotes: 1

Views: 401

Answers (1)

Nandakumar R
Nandakumar R

Reputation: 1414

You can set/enable HTTP proxy on you mac(development) machine and try the app on the simulator. I did this for one of my apps.

I am not sure how to do it programatically.

Upvotes: 1

Related Questions