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

JSON parse errors are ignored #9

Closed
Potherca opened this issue Jun 16, 2023 · 0 comments · Fixed by #11
Closed

JSON parse errors are ignored #9

Potherca opened this issue Jun 16, 2023 · 0 comments · Fixed by #11
Labels
bug Something isn't working

Comments

@Potherca
Copy link
Member

The json_encode is not told to throw an excpetion on error, but neither are errors checked/caught.

So when JSON encoding fails, the response body is empty and the response code is 200, even though an error occurred.

echo json_encode($data, JSON_UNESCAPED_UNICODE);

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant