Open oskarannas opened 3 years ago
@oskarannas thank you for the feature request! We'll triage how easy / hard it is to add this and try to prioritise this feature
related #13515
REST usage, 6m: 4000 apply 10% requirement, 400
Stat | Values |
---|---|
Reach | 400 |
Effort (months) | 0.25 |
I'm also having this issue where I try to do a POST API call with strings taken from Input fields in Appsmith to my backend. It's a multipart/form-data request.
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