Skip to content
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

Open
loaizamateo opened this issue Oct 30, 2020 · 4 comments
Open

Problems with https #21

loaizamateo opened this issue Oct 30, 2020 · 4 comments

Comments

@loaizamateo
Copy link

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

@ajepe
Copy link
Owner

ajepe commented Oct 30, 2020

Try changing the acces_token to **acces-token **, are you making use of a reverse proxy

@loaizamateo
Copy link
Author

Hi, yes. NGINX. I try with acces-token and not working.

@Matt-OBell
Copy link

There is nginx configuration that allow you to have custom headers, try changing it to Acces-Token

@aqeebimtiaz
Copy link

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 access_token or access-token worked for me.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants