Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在尝试为 iOS 制作一个具有自定义加密的网络浏览器。
为此,我想做一个本地代理,它将实现数据的加密/加密逻辑,并与远程服务器交互。我希望 UIWebView 可以使用这个代理,就像使用 web 服务器一样。
问题是ajax,哪里有拦截UIWebView收发ajax请求和响应的地方?使用本地代理和 xmlhttprequests 有什么好处?
我以前做过类似的事情。以下是步骤:
检查NSURLConnection 类的文档希望这有帮助!