Skip to Content
मेन्यू
This question has been flagged
2165 Views

How to manage session in odoo from angular to odoo.We are facing issue cors error when connecting odoo with angular.

Here is my code

http.route('/api/auth/login', methods=['OPTIONS','POST'], type='json', auth='none', csrf=False,cors='*')

def token(self, **post):

    print(self)

Added sample code here api working when adding cors * in backend.But session is empty.How to handle session here.Can anyone help us to resolve this?


Avatar
Discard
Related Posts Replies Views Activity
0
जून 21
1558
2
दिस॰ 23
24339
0
जन॰ 19
5800
0
मई 18
4332
0
जन॰ 17
4712