![Announcement icon Announcement icon](https://www.drupal.org/files/styles/grid-2-2x-square/public/announcements/drupal-evergreen-logo-280X280px%20%281%29_0.jpg?itok=PHpn6rCb)
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.
Comment | File | Size | Author |
---|---|---|---|
#2 | oauth_module_library.patch | 579 bytes | ankit agrawal |
Comments
Comment #2
ankit agrawal CreditAttribution: ankit agrawal as a volunteer commentedAfter 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.
Comment #3
ankit agrawal CreditAttribution: ankit agrawal as a volunteer commented