* 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 |
||
|---|---|---|
| .. | ||
| .run | ||
| appsmith-git | ||
| appsmith-interfaces | ||
| appsmith-plugins | ||
| appsmith-server | ||
| envs | ||
| mongo-seed | ||
| scripts | ||
| .gitignore | ||
| build.sh | ||
| buildpack-run.sh | ||
| docker-compose.yml | ||
| Dockerfile | ||
| entrypoint.sh | ||
| pom.xml | ||
| Procfile | ||
| README.md | ||
| system.properties | ||
Appsmith Server
This is the server-side repository for the Appsmith framework.
For details on setting up your development machine, please refer to the Setup Guide