appsmithorg / appsmithorg/appsmith
[Feature]-[3200]:Setting for different character encodings in API calls
- Vorherrschende Sprache
- TypeScript
- Sterne
- 40.9k
- Forks
- 4.8k
- Ø Merge
- 1 T. 22 Std.
- Gemergte PRs (30 T.)
- 45
Beschreibung
## Summary
Give the possibility to successfully use APIs that return bodies in other formats than the default UTF-8.
## Motivation
An API might for instance return a XML body, encoded in ISO-8859-1 format. Special characters (like the swedish åäö) wont be interpreted correctly and the API response is not useable.
If there were an option for this in the APIs config the user could set the character encoding to be used when interpreting the response.
## Additional Context
### Example API response with other encoding than UTF-8
```
HTTP/1.1 200
Transfer-Encoding: chunked
Access-Control-Allow-Origin: *
Content-Type: text/xml; charset=windows-1252
Date: Wed, 13 Jan 2021 13:00:03 GMT
```
Beitragsleitfaden
Bewertung
Dieses Issue wurde noch nicht bewertet.