Skip to content

Fix/request body capture#23

Merged
cindreta merged 1 commit intomainfrom
fix/request-body-capture
Feb 22, 2026
Merged

Fix/request body capture#23
cindreta merged 1 commit intomainfrom
fix/request-body-capture

Conversation

@novosel2
Copy link
Contributor

$_REQUEST doesn't contain JSON bodies and leaks cookies/query params into captured body data
Read from php://input instead, fall back to $_POST
Populate query field from $_GET

@novosel2 novosel2 closed this Feb 20, 2026
@novosel2 novosel2 reopened this Feb 20, 2026
@novosel2 novosel2 requested review from cindreta February 20, 2026 16:04
@novosel2 novosel2 force-pushed the fix/request-body-capture branch from fd374a6 to 52de930 Compare February 20, 2026 16:27
@novosel2 novosel2 force-pushed the fix/request-body-capture branch from 52de930 to fb64764 Compare February 20, 2026 16:28
@cindreta cindreta merged commit 1cb94a3 into main Feb 22, 2026
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.

2 participants