ERP-Ukraine / odoo-rpc-dart

Odoo RPC Library for Dart
MIT License
43 stars 32 forks source link

cannot get image from url #28

Closed kururu-abdo closed 2 years ago

kururu-abdo commented 2 years ago

i try to get image from the url like you did in the example but i get this:

HTTP request failed, statusCode: 403, http://142.93.55.190:8069/web/image?model=property.base&field=pt_image&id=169&unique=20220217081743

lem8r commented 2 years ago

Hi,

It must be public image. Non-public images require session in cookie which is not possible with flutter or other external client.