-
Notifications
You must be signed in to change notification settings - Fork 25
New issue
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
Authorization header was not found #21
Comments
Hey, Added 3 lines in the .htaccess line (as it seems HTTP_AUTHORIZATION is otherwise striped out) :
as follow (in this specific places) :
Not sure yet what happens when updating some plugins if these lines would be erased ... Edit : maybe something to be added to the README ? |
This worked for me as well. Cheers. |
Howdy, I am using this with GuzzleHttp Client class as follows:
This is resulting in an error:
{"code":"rest_authentication_no_header","message":"Authorization header was not found.","data":{"status":403}}
The debug for the request shows that the authorization header exists though:
The text was updated successfully, but these errors were encountered: