sentry
sentry copied to clipboard
Use HTTP headers for large HTTP payload detection
Problem Statement
Some endpoints which download files where the URL does not end with a file extension. This is because files are often identified by an internal unique identifier.
These endpoints will always flag the Large HTTP Payload issue.
Solution Brainstorm
It would be good if the Large HTTP Payload detection criteria could take HTTP headers into account to exclude file download endpoints. Working entirely off the extension in the URL seems very limited.
Product Area
Performance