ERP-Ukraine / odoo-rpc-dart

Odoo RPC Library for Dart

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

cannot get image from url

kururu-abdo opened this issue · comments

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

Hi,

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