Reputation: 1276
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 ?
Upvotes: 17
Views: 5511
Reputation: 475
Currently, you cannot view redirects in Safari's Web Inspector utility. #SuperSad
Upvotes: 13