Friday 2 August 2019

View HTTP headers in Google Chrome?



Till 9.x, the headers were under the resources in the Developer Tools, but now I can't find it anywhere.


Answer



I'm not sure about your exact version, but Chrome has a tab "Network" with several items and when I click on them I can see the headers on the right in a tab.



Press F12 on windows or ⌥⌘I on a mac to bring up the Chrome developer tools.



Chrome developer tools headers tab


No comments:

Post a Comment

php - file_get_contents shows unexpected output while reading a file

I want to output an inline jpg image as a base64 encoded string, however when I do this : $contents = file_get_contents($filename); print &q...