-
-
Notifications
You must be signed in to change notification settings - Fork 172
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
Sending session_id in Cookies doesn't work #54
Comments
How are you sending your cookie?. |
I am also facing same issue, I am using postman to test the api, /auth route is working fine but with other route's I am facing same redirection issue and getting odoo login page as response. Please find below postman request and Odoo logs Odoo-Logs
Just to add more I am using postaman intercepter for sending cookies & working with odoo14 |
because nested a BTW. there have 2 solution, good lucks. |
Hi,
Thanks for your module this makes our work very simpler. I am working in Odoo 13
As mentioned, due to security purpose I sent the session_id in cookies but instead of returning the results I get Odoo Login page as the response (302 error - Redirection) for GET and DELETE Methods and Odoo session expired response for POST
could you please guide me on this issue?
The text was updated successfully, but these errors were encountered: