-
Notifications
You must be signed in to change notification settings - Fork 39
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
Problems with https #21
Comments
Try changing the acces_token to **acces-token **, are you making use of a reverse proxy |
Hi, yes. NGINX. I try with acces-token and not working. |
There is nginx configuration that allow you to have custom headers, try changing it to Acces-Token |
@Matt-OBell Thanks! Only changing to Access-Token worked on my server. Neither |
Hello, I try to make a request to the api according to your documentation, and when I send a request I get the following message:
401 - {
"type": "access_token_not_found",
"message": "missing access token in request header"
}
I send acces_token in the headers. You can help?
I use nginx
The text was updated successfully, but these errors were encountered: