Difference between revisions of "CentOS 8.x Firefox See HTTP headers in Firefox"

From Notes_Wiki
(Created page with "<yambe:breadcrumb self="Firefox See HTTP headers in Firefox">CentOS_8.x_Firefox|Firefox</yambe:breadcrumb> =CentOS 8.x Firefox See HTTP headers in Firefox= To see HTTP header...")
 
m
 
Line 1: Line 1:
<yambe:breadcrumb self="Firefox See HTTP headers in Firefox">CentOS_8.x_Firefox|Firefox</yambe:breadcrumb>
[[Main Page|Home]] > [[CentOS]] > [[CentOS 8.x]] > [[CentOS 8.x Desktop tools or applications|Desktop tools or applications]] > [[CentOS 8.x Firefox|Firefox]] > [[CentOS 8.x Firefox See HTTP headers in Firefox|See HTTP headers in Firefox]]
=CentOS 8.x Firefox See HTTP headers in Firefox=


To see HTTP headers in firefox use following steps:
To see HTTP headers in firefox use following steps:
Line 11: Line 10:
Refer:
Refer:
* https://o7planning.org/en/11637/how-to-view-http-headers-in-firefox
* https://o7planning.org/en/11637/how-to-view-http-headers-in-firefox
[[Main Page|Home]] > [[CentOS]] > [[CentOS 8.x]] > [[CentOS 8.x Desktop tools or applications|Desktop tools or applications]] > [[CentOS 8.x Firefox|Firefox]] > [[CentOS 8.x Firefox See HTTP headers in Firefox|See HTTP headers in Firefox]]

Latest revision as of 04:26, 23 April 2022

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