I have been using openKM for document management and after retrieving image from openkm using api it shows question marks rectangles.
I have already checked this question but did not help .
my python code for making api request
any help will be much appreciated
url = "http://ipaddress/aa18be7a5/hhhhhggg.png"
payload={}
headers = {'Internal-Key':"gjffhddsgsgdfgkhkhggdgsfd"}
response = requests.request("GET", url, headers=headers, data=payload)
return response.text