简体   繁体   中英

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).

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).

In chrome I can see all the redirects as I should, however I can't use chrome, because I want to debug iphone simulator.

Is there a possibility to configure safari inspector to show redirects ?

Currently, you cannot view redirects in Safari's Web Inspector utility. #SuperSad

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

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