Skip to content

Instantly share code, notes, and snippets.

@rdiezv
Created May 7, 2014 14:34
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save rdiezv/9f3bbd0eb8e5449cb0d1 to your computer and use it in GitHub Desktop.
Save rdiezv/9f3bbd0eb8e5449cb0d1 to your computer and use it in GitHub Desktop.
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