Missing charset in Content-Type #7187
-
I've encountered an issue with Salesforce's bulk query API: it returns data with a Content-Type of So, I'm wondering:
|
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Well, the documentation clearly shows an encoding parameter: I assume that's all you need as a workaround. Whether we should change the default to utf-8 or not, I'm not sure (it does sound reasonable to me). |
Beta Was this translation helpful? Give feedback.
Well, the documentation clearly shows an encoding parameter:
https://docs.aiohttp.org/en/stable/client_reference.html#aiohttp.ClientResponse.text
I assume that's all you need as a workaround.
Whether we should change the default to utf-8 or not, I'm not sure (it does sound reasonable to me).