can firefox not tell you the HTTP response code of an already-loaded page?
The HTTP response code should be visible by default in a browser. At most, it should be one or two clicks away, and one key-combo away.
On firefox, the only way I can find to get a response code is to enter: dum, dum, dum! watch out... DEVELOPER MODE! By pressing F12. Then I have to go to Network. All the resources involved are listed, which is a ridiculous amount for most web "pages". I then have to guess which is the one for the page itself. Maybe because it's at the top of the list, and has "Initiator" of "browsing-c...". Under headers on the right is Status, which can be, for example, "200 OK".
But this only seems to work if firefox was already in developer mode when the page was loaded. Most times I want to know the response status code, the page is already loaded, and I'm wondering what just happened. Loading the current page again will likely have different results. In many interactive sites, it can result in logout or other breaking of state.
Is there any way to get the HTTP status / response code of a page that's already loaded, in firefox?
Comments
Post a Comment