7
Yujiri
4y

One thing that's been pissing me off about browser devtools lately is that they hide certain requests, like 301s, pretending they didn't make it, but if I look at my Nginx log I see there was in fact a 301 sent. OMFG, I hate this, it has caused me many hours lost on debugging.

Comments
  • 4
    I am pretty sure it shows them. Maybe you are using the filters? Select "All" and try again :)
  • 2
    Yeah I am also pretty sure they're Not Hidden on purpose. Make sure that the network log doesn't get cleared on redirects. Maybe that's the reason you assume it's "Hidden"
  • 1
    They collapse options calls as well unless initiated by js.
Add Comment