https://github.com/stringmanolo/sm_view-headers
Short Script to view headers.
https://github.com/stringmanolo/sm_view-headers
Last synced: 6 months ago
JSON representation
Short Script to view headers.
- Host: GitHub
- URL: https://github.com/stringmanolo/sm_view-headers
- Owner: StringManolo
- Created: 2020-02-04T23:46:28.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2020-02-04T23:48:36.000Z (almost 6 years ago)
- Last Synced: 2025-02-07T17:44:55.393Z (12 months ago)
- Language: JavaScript
- Size: 1.95 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# SM_View-Headers
Short Script to view headers.
Paste in browser addressbar and go!
javascript:r=new XMLHttpRequest();r.open('GET',self.location,0);r.send(null);h=r.getAllResponseHeaders();document.write(h);