We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Title
Try and GET a paste, versus POST a paste.
No response
Works
Doesn't
You're reading the wrong HTTP response codes for success conditions. 200 is OK 201 is CREATED
The text was updated successfully, but these errors were encountered:
Fix Bad HTTP error code reading #4 and also improve error handling
6665287
No branches or pull requests
Summary
Title
Reproduction Steps
Try and GET a paste, versus POST a paste.
Minimal Reproducible Code
No response
Expected Results
Works
Actual Results
Doesn't
Related item UUIDs
No response
Checklist
Additional Context
You're reading the wrong HTTP response codes for success conditions.
200 is OK
201 is CREATED
The text was updated successfully, but these errors were encountered: