Make HTTP request line limit configurable
- Dominant language
- No language data
- Stars
- 225
- Forks
- 19
- PR merge metrics
- No merged PRs in 30d
Description
### Required Terms
- [x] I agree to follow this project's [Code of Conduct](https://github.com/heroku/roadmap/blob/main/CODE_OF_CONDUCT.md)
- [x] I have read and accept the [Salesforce Program Agreement](https://www.salesforce.com/company/program-agreement/)
### What service(s) is this request for?
Heroku dynos
### Tell us about what you're trying to solve. What challenges are you facing?
In our application, we sometimes get very long URLs when our users filter data, and that can lead to the request line limit being exceeded. That results in a very confusing situation for our users, as the request will be dropped, and the generic error page that the browser shows does not make sense to them.
We want to control the limit in our own web server so that we can raise it to levels that are practically impossible for users to reach in our application.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.