I'm trying to display image in kivy application, but image loader returns error 403 forbidden.
I noticed that I have to send User-Agent header to bypass this error, but i couldn't find any way to pass headers to image loader
Is there any way to solve this problem?
kv file
AsyncImage:
source: 'url_to_image'
keep_ratio: True
error:
[ERROR ] [Loader ] Failed to load image <url_to_image>
urllib.error.HTTPError: HTTP Error 403: Forbidden