A web browser extension that displays the current page's HTTP request and response.
Currently available for Chrome
Install directly from the Chrome webstore: https://chrome.google.com/webstore/detail/http-headers/fabjnpecogealbfoebkcjfbmdhnnfhbj
OR
Download the latest package for your browser from the releases page.
- Download the chrome.crx package from the releases page
- Navigate to the downloaded file on your local computer
- Open Chrome > Settings > Extensions
- Drag and drop chrome.crx file from computer on to the open Chrome Extensions settings page
- Click accept to install the addon (displayed as a warning at the top of the browser window)
HTTP Headers
Copyright (C) 2016, Paul Hempshall. All rights reserved.
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with this program. If not, see <http://www.gnu.org/licenses/>.
https://opensource.org/licenses/GPL-3.0