EsperoTech / yaade

Yaade is an open-source, self-hosted, collaborative API development environment.
MIT License
1.6k stars 71 forks source link

increased max header and body size to better support large requests and a reverse proxy #196

Closed PaulKobow7536 closed 1 month ago

PaulKobow7536 commented 2 months ago

We need a larger body size, because some of our requests are larger than vertex default We need larger Header size to support large Authentication headers in a simple reverse proxy

jonrosner commented 2 months ago

Thanks for your MR. I won't add this as the default behavior but adding an option to increase the max body and header size is fine for me. So you can add a new environment variable. Check Main.kt.

PaulKobow7536 commented 1 month ago

Hey i added the requested changes. Would you mind having a look?

jonrosner commented 1 month ago

LGTM

jonrosner commented 1 month ago

I deployed the new container to :nightly. Please check if it works for you.