appsmithorg / appsmithorg/appsmith

[Feature]-[3200]:Setting for different character encodings in API calls

オープン
#2,563 コメント 4 件 リアクション 1 件 担当者 0 名 GitHub で見る
Backend Enhancement High Integrations Product Query & JS Pod Query Widgets & IDE Pod REST API plugin
主要言語
TypeScript
スター
40.9k
フォーク
4.8k
平均マージ
1日 22時間
マージ済み PR(30日)
45

説明

## 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
```

コントリビューションガイド

コントリビューションガイドを開く

評価

この issue はまだ評価されていません。

新しい issue をメールで受け取る

初心者向けの GitHub issue を短くまとめたダイジェスト。