-
Notifications
You must be signed in to change notification settings - Fork 4.6k
[Bug / Feature]: Charset in response headers are not considered while decoding the response text #22078
Copy link
Copy link
Closed
Labels
BackendThis marks the issue or pull request to reference server codeThis marks the issue or pull request to reference server codeBugSomething isn't workingSomething isn't workingCommunity ContributorMeant to track issues that are assigned to external contributorsMeant to track issues that are assigned to external contributorsCommunity Reportedissues reported by community membersissues reported by community membersIntegrations ProductIssues related to a specific integrationIssues related to a specific integrationNeeds TriagingNeeds attention from maintainers to triageNeeds attention from maintainers to triageQuery & JS PodIssues related to the query & JS PodIssues related to the query & JS PodREST API pluginREST API plugin related issuesREST API plugin related issues
Metadata
Metadata
Assignees
Labels
BackendThis marks the issue or pull request to reference server codeThis marks the issue or pull request to reference server codeBugSomething isn't workingSomething isn't workingCommunity ContributorMeant to track issues that are assigned to external contributorsMeant to track issues that are assigned to external contributorsCommunity Reportedissues reported by community membersissues reported by community membersIntegrations ProductIssues related to a specific integrationIssues related to a specific integrationNeeds TriagingNeeds attention from maintainers to triageNeeds attention from maintainers to triageQuery & JS PodIssues related to the query & JS PodIssues related to the query & JS PodREST API pluginREST API plugin related issuesREST API plugin related issues
Is there an existing issue for this?
Description
The response contents are always read in UTF-8 charset. Sometimes the response might be in some other charsets which are not considered while decoding the response.
Steps To Reproduce
Try an API which sends the response in UTF-16
Public Sample App
No response
Environment
Production
Issue video log
No response
Version
1.16