Re: [U2] HMAC SHA256

2011-03-25 Thread Tony Gravagno
> From: FFT2001 > What is the advantage of cURL over wGET for invoking HTTP queries ? http://bit.ly/curl-vs-wget ___ U2-Users mailing list U2-Users@listserver.u2ug.org http://listserver.u2ug.org/mailman/listinfo/u2-users

Re: [U2] HMAC SHA256

2011-03-25 Thread Steve Romanow
t; -Original Message- >> From: u2-users-boun...@listserver.u2ug.org [mailto:u2-users- >> boun...@listserver.u2ug.org] On Behalf Of Steve Romanow >> Sent: Friday, March 25, 2011 2:51 PM >> To: U2 Users List >> Subject: Re: [U2] HMAC SHA256 >> >> I think th

Re: [U2] HMAC SHA256

2011-03-25 Thread George Gallen
; Sent: Friday, March 25, 2011 2:51 PM > To: U2 Users List > Subject: Re: [U2] HMAC SHA256 > > I think the difference would be curl can handle more protocols, and > also makes doing posts pretty easy. I have and use both. > > The wget --spider option was awesome for testing web

Re: [U2] HMAC SHA256

2011-03-25 Thread Steve Romanow
I think the difference would be curl can handle more protocols, and also makes doing posts pretty easy. I have and use both. The wget --spider option was awesome for testing web image urls on our product catalog. It returns a 200ok if the url is good and 404 otherwise, but does not download the

Re: [U2] HMAC SHA256

2011-03-25 Thread FFT2001
What is the advantage of cURL over wGET for invoking HTTP queries ? ___ U2-Users mailing list U2-Users@listserver.u2ug.org http://listserver.u2ug.org/mailman/listinfo/u2-users

Re: [U2] HMAC SHA256

2011-03-25 Thread Steve Romanow
+1 to everything Tony just said. On 3/25/11, Tony Gravagno <3xk547...@sneakemail.com> wrote: >> From: Kevin King >> I know you said you didn't want to use PHP but there's >> a simple function (hash_hmac) in PHP to generate the >> value; should be simple enough to send values in and >> get values b

Re: [U2] HMAC SHA256

2011-03-25 Thread Caminiti, Marc
will. -Original Message- From: u2-users-boun...@listserver.u2ug.org [mailto:u2-users-boun...@listserver.u2ug.org] On Behalf Of Gregor Scott Sent: Thursday, March 24, 2011 10:02 PM To: U2 Users List Subject: Re: [U2] HMAC SHA256 We created an HMAC-SHA1 function in UV basic, using the digest() function

Re: [U2] HMAC SHA256

2011-03-25 Thread Tony Gravagno
> From: Kevin King > I know you said you didn't want to use PHP but there's > a simple function (hash_hmac) in PHP to generate the > value; should be simple enough to send values in and > get values back out through a OS level PHP call, if UV > won't do it natively. Related, using cURL to do H

Re: [U2] HMAC SHA256

2011-03-24 Thread Kevin King
I know you said you didn't want to use PHP but there's a simple function (hash_hmac) in PHP to generate the value; should be simple enough to send values in and get values back out through a OS level PHP call, if UV won't do it natively. -Kevin http://www.PrecisOnline.com _

Re: [U2] HMAC SHA256

2011-03-24 Thread Gregor Scott
r you. Gregor -Original Message- From: u2-users-boun...@listserver.u2ug.org [mailto:u2-users-boun...@listserver.u2ug.org] On Behalf Of Caminiti, Marc Sent: Friday, 25 March 2011 11:56 AM To: U2 Users List Subject: [U2] HMAC SHA256 We are looking to get onto Amazon and rather than using thei

[U2] HMAC SHA256

2011-03-24 Thread Caminiti, Marc
We are looking to get onto Amazon and rather than using their php, java or c# packages, we are looking to use the createRequest and addRequestParameter functions in Universe. The one roadblock that I am running into is that they are requesting requests to be signed using HMAC SHA256. Is this some