Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Feature]: Increase the Size of the API Response Header #34726

Open
1 task done
ame-appsmith opened this issue Jul 4, 2024 · 0 comments
Open
1 task done

[Feature]: Increase the Size of the API Response Header #34726

ame-appsmith opened this issue Jul 4, 2024 · 0 comments
Assignees
Labels
Datasources Issues related to configuring datasource on appsmith Enhancement New feature or request Integrations Pod Issues related to a specific integration REST API plugin REST API plugin related issues

Comments

@ame-appsmith
Copy link

Is there an existing issue for this?

  • I have searched the existing issues

Summary

When running a REST API for which the response header is larger than 8 KB (which is the normal size as per this Wikipedia article), the following error gets returned:

Your API failed to execute:
org.springframework.web.reactive.function.client.WebClientRequestException: HTTP header is larger than 8192 bytes.

The same API works fine in tools such as Postman and ReqBin.
This blocks users who run APIs with response headers >8 KB since the API will always fail with the above-mentioned error.
More info in this Slack thread.

Why should this be worked on?

Increasing the API response header size would improve the user experience for users who are required to run APIs with response headers >8KB.

@ame-appsmith ame-appsmith added the Enhancement New feature or request label Jul 4, 2024
@ame-appsmith ame-appsmith added Datasources Issues related to configuring datasource on appsmith REST API plugin REST API plugin related issues labels Jul 4, 2024
@github-actions github-actions bot added the Integrations Pod Issues related to a specific integration label Jul 4, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Datasources Issues related to configuring datasource on appsmith Enhancement New feature or request Integrations Pod Issues related to a specific integration REST API plugin REST API plugin related issues
Projects
None yet
Development

No branches or pull requests

3 participants