-
Notifications
You must be signed in to change notification settings - Fork 57
Open
Description
We are trying to proxy a third-party image service and we need the proxy library to respond with the raw binary payload it received from the service. Even after setting the 'return_raw' flag, the payload is converted to text before further responding.
It works when I change response.text to response.content on the marked line.
return HttpResponse(response.text, status=response.status_code, |
Metadata
Metadata
Assignees
Labels
No labels