im trying to solve a problem last days but i can’t seem to fix it.
i want to do a post to odoo and this works fine in postman but when i do the same thing in the api connector it gives an error:
Raw response for the API
Status code 400
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
<title>400 Bad Request</title>
<h1>Bad Request</h1>
<p>Session expired (invalid CSRF token)</p>
its weird because when /jsonrpc ignores the csrf, so it is strange that you receive that error.