Skip to content

Protect the API from oversized payload abuse by centralizing body#502

Open
AustineSamuel wants to merge 2 commits intoMyFanss:mainfrom
AustineSamuel:main
Open

Protect the API from oversized payload abuse by centralizing body#502
AustineSamuel wants to merge 2 commits intoMyFanss:mainfrom
AustineSamuel:main

Conversation

@AustineSamuel
Copy link
Copy Markdown

@AustineSamuel AustineSamuel commented Mar 27, 2026

Closes #352


Protect the API from oversized payload abuse by centralizing body parser limits
and adding clear 413 responses for payloads that exceed configured thresholds.

Apply stricter global JSON/urlencoded limits with a larger webhook-specific
override, and add e2e coverage to verify oversized requests are rejected while
normal requests continue to succeed.

@drips-wave
Copy link
Copy Markdown

drips-wave bot commented Mar 27, 2026

@AustineSamuel Great news! 🎉 Based on an automated assessment of this PR, the linked Wave issue(s) no longer count against your application limits.

You can now already apply to more issues while waiting for a review of this PR. Keep up the great work! 🚀

Learn more about application limits

@aji70
Copy link
Copy Markdown
Contributor

aji70 commented Mar 27, 2026

@AustineSamuel too many conflict resolve

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

Successfully merging this pull request may close these issues.

Backend request body size limits

2 participants