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

Restrict total size of request body sent from the client #141

Open
daninus14 opened this issue Nov 6, 2023 · 0 comments
Open

Restrict total size of request body sent from the client #141

daninus14 opened this issue Nov 6, 2023 · 0 comments

Comments

@daninus14
Copy link

Hi, not sure if this is a caveman2 question/issue/feature request of a Clack issue. Please let me know if I should post this somewhere else.

Question: Is there a way to restrict the total size of the HTTP request body sent from the client? This is for security reasons to avoid Denial of Service Attacks.

Here's some sample justification: https://docs.djangoproject.com/en/4.2/topics/security/#user-uploaded-content-security

Here's the sample implementation by Apache https://httpd.apache.org/docs/2.4/mod/core.html#limitrequestbody

Perhaps this is a Hunchentoot or Woo configuration? Or is it Clack vs Caveman2?

Any guidance would be appreciated!

Thanks,

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant