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

Include POST data even if its is empty #209

Merged
merged 1 commit into from
Apr 11, 2024
Merged

Include POST data even if its is empty #209

merged 1 commit into from
Apr 11, 2024

Conversation

ikreymer
Copy link
Member

@ikreymer ikreymer commented Apr 11, 2024

Currently, empty POST body for a POST request was being dropped, resulting in it being treated as a GET.
This isn't quite right (and wabac.js now handle this correctly with webrecorder/wabac.js#159), will save the request as a POST with an empty body.

@ikreymer ikreymer merged commit 5ec94a3 into main Apr 11, 2024
3 checks passed
@ikreymer ikreymer deleted the include-empty-post branch April 11, 2024 06:52
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.

None yet

1 participant