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

Fix: "application/reports+json" request parsing as JSON #155

Merged
merged 3 commits into from
Jul 10, 2024

Conversation

lubomudr
Copy link
Contributor

Hi
Request with Content-Type: application/reports+json now parsing as JSON

Also, JSON processing is in accordance with RFC 7159 standard
In particular, the JSON format "[1,2,]" is incorrect

@wargio
Copy link
Owner

wargio commented Jul 10, 2024

that indeed looks like a bug.

@lubomudr
Copy link
Contributor Author

Another invalid JSON: { [ "there", "is", "no", "way"] }

@wargio wargio merged commit c02bc1d into wargio:main Jul 10, 2024
25 checks passed
@wargio
Copy link
Owner

wargio commented Jul 10, 2024

As usual, awesome job. <3

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