We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
{ "code": "rest_not_logged_in", "message": "You are not currently logged in.", "data": { "status": 401 } }
I get this error when I try to access https://balancingpawsdogtraining.com/wp-json/wp/v2/users/me using Basic AUth.... help please.
The text was updated successfully, but these errors were encountered:
Did you get anywhere with this issue? I'm having the same problem.
Sorry, something went wrong.
I guess you use PHP in CGI-mode. Here you need to add a RedirectRule to the top of your Wordpress .htaccess file:
RewriteEngine On RewriteRule .* - [E=HTTP_AUTHORIZATION:%{HTTP:Authorization}]
#35 (comment)
No branches or pull requests
{
"code": "rest_not_logged_in",
"message": "You are not currently logged in.",
"data": {
"status": 401
}
}
I get this error when I try to access https://balancingpawsdogtraining.com/wp-json/wp/v2/users/me using Basic AUth.... help please.
The text was updated successfully, but these errors were encountered: