odoo-addons
odoo-addons copied to clipboard
Problems with https
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
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
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.