in reply to Re: POST API in Perl using LWP::UserAgent with authentication providing errors
in thread POST API in Perl using LWP::UserAgent with authentication providing errors
Hello, thank you for your reply. The java code uses the below nonce value: final String nonce = String.valueOf(System.currentTimeMillis());
In perl i am using now
use Time::HiRes qw(gettimeofday); my $timestamp = int (gettimeofday * 1000);
Even after this change it still fails.:(.
|
|---|