Skip to content

Instantly share code, notes, and snippets.

@wolfeidau
Created August 26, 2012 07:03
Show Gist options
  • Save wolfeidau/3475474 to your computer and use it in GitHub Desktop.
Save wolfeidau/3475474 to your computer and use it in GitHub Desktop.
Some really bad javascript.
for(var header in request.headers) {
if (header !== 'Content-Md5'){ // need to omit a few entries more than this one..
mac.update(request.headers[header].toLowerCase());
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment