401 UNAUTHORIZED using JWT Token
-
I am using the JWT method to access the REST API of https://askyourpharm.com/wp-json/wp/v2/posts
During the setup of the Token, it passed all the checks using the plugin’s “Check Token” and “Test Configuration” buttons.
Then when I tried to use it on Postman, I only ever get this error
{
“status”: “error”,
“error”: “UNAUTHORIZED”,
“error_description”: “Sorry, you are not allowed to access REST API”
}I also tried to pass a wrong token just to see if the API would give me a different error, but it still gave me the same error.
Looking at the documentations, I couldn’t find much detail about this error
The page I need help with: [log in to see the link]
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘401 UNAUTHORIZED using JWT Token’ is closed to new replies.