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

feat: new rule: Check 204 for successful requests w/o response payload. #1403

Closed
tfrauenstein opened this issue Jul 26, 2022 · 0 comments · Fixed by #1415
Closed

feat: new rule: Check 204 for successful requests w/o response payload. #1403

tfrauenstein opened this issue Jul 26, 2022 · 0 comments · Fixed by #1415

Comments

@tfrauenstein
Copy link
Member

HTTP standards requires delivering of 204 (ok, no content), instead of 200 (ok) in case of successful PUT/POST/PATCH operations without response payload. It is defined in SHOULD only use most common HTTP status codes [150].
Let's extend Zally -- it looks like an easy to check rule.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants