I want to use a proxy server as shown below to send a request. But I do not know how to use the proxy server in objective-c ? proxy server:
objective-c
72.64.146.136: 3128
Can anyone tell me? Thank you sincerely!
You can use a proxy server using CFURL , but it is much better to use a network library such as AFNetworking, which supports a proxy server in its API.
CFURL
https://github.com/AFNetworking/AFNetworking
For more information on CFURL see Using Proxies for NSURLConnection