Api working fine on stage environment however the issue is coming on production environment. Getting the error as ( /oauth/request_token HTTP/1.0" 401 - "-" "Node authentication" ) on the PROD environment, even when the code and database are exactly same between the STAGE and PROD environment.

CommentFileSizeAuthor
#2 oauth_module_library.patch579 bytesankit agrawal

Comments

Ankit Agrawal created an issue. See original summary.

ankit agrawal’s picture

StatusFileSize
new579 bytes

After thorough analysis of issue found the issue with "protected $timestamp_threshold = 300". Issue got resolved after updating the value to 400, attaching the patch for same.

ankit agrawal’s picture

Status: Active » Needs review