简体   繁体   English

Safari Web检查器不显示重定向

[英]Safari web inspector doesn't show redirects

I'm trying to debug web traffic via safari web inspector on mac book (OS X yosemite 10.10.2, safari version 8.0.2), however I can't see request-response traffic for redirects (HTTP response code 301, 302, or javascript redirects). 我正在尝试通过mac book上的safari web inspector调试网络流量(OS X yosemite 10.10.2,safari版本8.0.2),但我无法看到重定向的请求 - 响应流量(HTTP响应代码301,302,或javascript重定向)。

Lets say page A redirects to B, which redirects to C. In inspector I can see request to page A with response data of site C, but I can't see what happened in the middle (which is very important for me). 让我们说页面A重定向到B,重定向到C.在检查员中我可以看到页面A的请求与站点C的响应数据,但我看不到中间发生了什么(这对我来说非常重要)。

In chrome I can see all the redirects as I should, however I can't use chrome, because I want to debug iphone simulator. 在chrome中,我可以看到所有重定向,但是我不能使用chrome,因为我想调试iphone模拟器。

Is there a possibility to configure safari inspector to show redirects ? 是否有可能配置safari检查器显示重定向?

Currently, you cannot view redirects in Safari's Web Inspector utility. 目前,您无法在Safari的Web Inspector实用程序中查看重定向。 #SuperSad #SuperSad

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM