PromucFlow_constructor/app
subratadeypappu 507caf2ebd
fix: Garbled characters in API response (#13515)
* fix: Consider zip compression info from API response header (#13515)

This commit fixes two things
- If certain API has Accept-Encoding header then Appsmith will take care of this before rendering response to the client
- Used MediaType.includes function for more extensive matching of the requsted API's content type

* fix: Add unit test on consuming API with gzip encoded response (#13515)

This commit takes care of two things
- Unit test on consuming an API which has response being encoded in GZip format
- Set default content-type to "text/plain" in case the content-type is not present in API response

* fix: Add Cypress test on consuming API with gzip encoded response (#13515)

This commit takes care of the following
- Cypress test on consuming an API which checks if it can read any property from the response sent from the API server encoded in GZip format
2022-06-24 15:22:51 +06:00
..
client fix: Garbled characters in API response (#13515) 2022-06-24 15:22:51 +06:00
rts Fix Node version in RTS' Dockerfile (#14223) 2022-06-01 14:32:23 +05:30
server fix: Garbled characters in API response (#13515) 2022-06-24 15:22:51 +06:00
util
yarn.lock