Setting up authorization – authentication
-
Testing with postman to get the authentication setup https://wordpress.stackexchange.com/questions/213006/how-to-use-oauth-authentication-with-rest-api-via-curl-commands/239873#239873
I’m getting this error<html> <head> <title>401 Unauthorized</title> </head> <body> <h1>Unauthorized</h1> This server could not verify that you are authorized to access the document requested. Either you supplied the wrong credentials (e.g., bad password), or your browser doesn't understand how to supply the credentials required. </body> </html>
The WordPress site I’m want to access is an http server not https
Has anyone been able to successfully get this to work?
- The topic ‘Setting up authorization – authentication’ is closed to new replies.