(Edited, I had 'in 2016' but it's not 2016 yet. I meant 'currently')

Things that haven't worked for me so far:

Looking at web console functionality in Firefox (I may be blind)

Looking at web console documentation at mozilla.org - web console doc (the video won't play; I may be missing it. People say it's in the web console but I don't see any headers in the web console. I expect to see meta tags, and redirects in particular are driving me nuts at the moment.)

Tried a couple expired addons in Firefox (there's a fix claimed but I doubt it works yet - search for addons at mozilla.org

up vote 27 down vote accepted

Open the Developer Tools. Select the Network tab. Click on the item you wish to examine the headers for.

You won't see any meta tags though since they are not HTTP headers but are part of the HTML document that could be delivered in the response body.

screenshot

Your Answer

 

By clicking "Post Your Answer", you acknowledge that you have read our updated terms of service, privacy policy and cookie policy, and that your continued use of the website is subject to these policies.

Not the answer you're looking for? Browse other questions tagged or ask your own question.