sentry icon indicating copy to clipboard operation
sentry copied to clipboard

Use HTTP headers for large HTTP payload detection

Open ndench opened this issue 2 years ago • 11 comments

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

ndench avatar Jul 28 '23 01:07 ndench