Hi there!
In my windows application i got a "Request too early" because of time stamp mismatch in my request. My device time and date i set to automatic, so i guess there is no chance of wrong time / date. So need to know what is the process of this time stamp and how it works.
Loading
Selva GanapathyPosted Dec 9, 2014, 7:46 AM
Hi Dhivya Rajaraman,
Why cant you try to use system commands?
Regards,
Selva Ganapathy K
Dhivya RajaramanPosted Nov 26, 2014, 3:31 AM
var myStringBytes = mbase.GetBytes(); // this will get the UTF8 bytes for the string
var partnerCredential = myStringBytes.ComputeSHA256Hash().ToBase64String();
string data = getRestQueryString(partnerCredential, time);
P.S : for the same request in other devices i'm getting token and response but only in my device (windows) it is not showing result. I guess there is no issue with code as it is fine with other device. Can u suggest me where may be the issue pls.
Joginder BangerPosted Nov 26, 2014, 2:04 AM
welcome to c-sharpcorner family,
your question is not clear , share your coding parts for more clear what's you try. But i share code i hope it's useful for you
to this: