Skip to content

Instantly share code, notes, and snippets.

@Fabryz
Created July 21, 2012 23:05
Show Gist options
  • Save Fabryz/3157500 to your computer and use it in GitHub Desktop.
Save Fabryz/3157500 to your computer and use it in GitHub Desktop.
HTTP Headers
javascript:(function(){function read(url){var r=new XMLHttpRequest();r.open('HEAD',url,false);r.send(null);return r.getAllResponseHeaders();}alert(read(window.location))})();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment