菜鸟教程小白 发表于 2022-12-13 10:50:26

ios - 如何找出 App Transport Security 阻止了哪些 HTTP 请求?


                                            <p><p>我从 <a href="https://stackoverflow.com/q/30731785/361247" rel="noreferrer noopener nofollow">this question</a> 知道我可以将我知道它将发出非 HTTPS 请求的域列入白名单。</p>

<p>但是,在将几个域列入白名单后,我注意到仍然有一些请求被 <code>NSURLRequest</code> 阻止,有没有办法找出哪些域被它阻止了?</p></p>
                                    <br><hr><h1><strong>Best Answer-推荐答案</ strong></h1><br>
                                            <p><p>如果您正在发出请求,请修改您的 connection:didFailWithError: 方法并打印失败的 URL。</p>

<p>如果某个第三方库发出请求,请将 CFNETWORK_DIAGNOSTICS 环境变量设置为 1(或 2 或 3)。</p></p>
                                   
                                                <p style="font-size: 20px;">关于ios - 如何找出 App Transport Security 阻止了哪些 HTTP 请求?,我们在Stack Overflow上找到一个类似的问题:
                                                        <a href="https://stackoverflow.com/questions/32585000/" rel="noreferrer noopener nofollow" style="color: red;">
                                                                https://stackoverflow.com/questions/32585000/
                                                        </a>
                                                </p>
                                       
页: [1]
查看完整版本: ios - 如何找出 App Transport Security 阻止了哪些 HTTP 请求?