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.
我正在使用 UIWebView 打开一个 URL。在 UIWebView 中运行的 Java 脚本发出中间请求,有没有办法获取有关这些请求和响应的信息?
The UIWebViewDelegate method webView:shouldStartLoadWithRequest:navigationType: will let you inspect all the requests for a UIWebView before they are made.