Help for this page

Select Code to Download


  1. or download this
    my $string_to_sign = 'POST&%2F&'.$ua->www_form_urlencode( $data );
    my $key = '<accessSecret>' . '&';
    ...
    $data->{'Signature'} = $signature;
    printf "str = %s\n",$string_to_sign;
    printf "sig = %s\n",$signature;