Skip to Content
Menu
This question has been flagged
1 Reply
5093 Views

I'm trying to do a xmlrpc call without credentials, just checking if the user is logged on odoo by browser, it's possible to pass a cookie to xmlrpc to authenticate the user and make a rpc call ?

Avatar
Discard
Author Best Answer

This can be achieved using webControllers to get information

 ref: https://www.odoo.com/documentation/11.0/reference/http.html

And after all use xmlrpc with an trusted user to call the actions needed if you have to call functions or insert data into odoo.

Avatar
Discard
Related Posts Replies Views Activity
1
May 18
2177
1
Nov 21
4847
1
Feb 16
3157
2
Jul 24
257
1
Sep 22
2411