An open API service indexing awesome lists of open source software.

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.

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);