Why can't I view 301 redirects in chrome developer tools? Why can't I view 301 redirects in chrome developer tools? google-chrome google-chrome

Why can't I view 301 redirects in chrome developer tools?


Just posting in case anyone else has this issue.Without knowing the details here are two possibilities.

  1. You are clicking a link that opens a new window/tab, in which caseyour developer tools window is now looking at the wrong thing. Copy/paste the link into the window your dev tools is pointing to.
  2. You are filtering and not including "Other", which is where 300level messages now appear.


I encountered a similar, if not identical, outcome as described in the question.

I fixed this by adjusting Chrome Developer Tools > Network > Filter settings, Select 'All' as per the screenshot resources at bottom.

This once again displayed the 3xx messages in the Network tab of Chrome Developer Tools.

Chrome Developer Tools > Network Tab Before

Chrome Developer Tools > Network Tab After