Safari web inspector doesn't show redirects

ios, macos, redirect, safari-web-inspector, web-inspector

Solution

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

Problem

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 ?

Original source