Skip to content

Instantly share code, notes, and snippets.

@Espenhh
Created September 4, 2011 15:35
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 Espenhh/1193027 to your computer and use it in GitHub Desktop.
Save Espenhh/1193027 to your computer and use it in GitHub Desktop.
String stringToSign = uppercase(verb) + "\n" +
lowercase(path) + "\n" +
"content-md5: " + md5Header + "\n" +
"date: " + datoHeader + "\n" +
"x-vendor-userid: " + virksomhetsId + "\n" +
lowercase(urlencode(requestparametre)) + "\n";
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment