CentOS 8.x Firefox See HTTP headers in Firefox
From Notes_Wiki
Home > CentOS > CentOS 8.x > Desktop tools or applications > Firefox > See HTTP headers in Firefox
To see HTTP headers in firefox use following steps:
- Go to menu on top right corner -> Web Developer (or Developer) -> Inspector (Shortcut key is Ctrl+Shift+C)
- Among various tabs that open below click on Network.
- Then among various GET requests made for that page (css, js, png, etc.) select one for which headers need to be seen
- When you select a particular request both request and response headers are visible on the right side
- There is also option to edit the request headers and send a new request with updated headers.
Refer:
Home > CentOS > CentOS 8.x > Desktop tools or applications > Firefox > See HTTP headers in Firefox