function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
ColbridgeColbridge 

oauth_problem=timestamp_refused&message=Timestamp has been refused

I am getting the following error in http response in salesforce apex, when I do an http post:
oauth_problem=timestamp_refused&message=Timestamp has been refused
Any pointers on how to fix it will be appreciated.
Thanks.
AbhinavAbhinav (Salesforce Developers) 
Hi,

Please elaborate your with more relevant details so that community can help you better.

Thanks!
ColbridgeColbridge
When I send a REST API http POST Request, the Response is 401 Unauthorized with the above mentioned error from OAuth2.0.