Adam Reynolds
Member since Sep 24, 2013
- Profile: /members/11268-adam-reynolds.htm
- URL: http://www.lovehoney.co.uk
- Comments: 1
Recent Blog Comments By Adam Reynolds
-
Generating The Content-MD5 Checksum For The Amazon S3 REST API Using ColdFusion
Posted on Sep 24, 2013 at 10:56 AM
Hi, Just been doing some work with Amazon Market Web Services and I found this works: <cfreturn binaryEncode((BinaryDecode(Hash(charsetDecode( arguments.content, "utf-8" )),'hex')),"base64")/> Note the charsetDecode. Amazon MD5 the bytearray of the string. Regards, Adam... read more »