odoo-rest-api
odoo-rest-api copied to clipboard
Why not sending token through headers?
Im corious about sending session_id through cookies, why not use headers for sending token to odoo instead? thank you very much
Officially says that's for security reasons, but I'm sending the token and it works fine. But maybe my code is more vulnerable of course.