Skip to content

fix(audits/server): Prefer using POST #77

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

Merged
merged 2 commits into from
Apr 12, 2023
Merged

fix(audits/server): Prefer using POST #77

merged 2 commits into from
Apr 12, 2023

Conversation

enisdenjo
Copy link
Member

The servers MUST support POST requests, but may not support GET requests. Meaning, all SHOULDs should use POST methods.

@enisdenjo enisdenjo merged commit 8cd7dfb into main Apr 12, 2023
@enisdenjo enisdenjo deleted the prefer-post branch April 12, 2023 10:28
enisdenjo pushed a commit that referenced this pull request Apr 14, 2023
# [1.18.0](v1.17.1...v1.18.0) (2023-04-14)

### Bug Fixes

* **audits/server:** Avoid auditing non well-formatted GraphQL-over-HTTP requests ([#62](#62)) ([d72e344](d72e344))
* **audits/server:** Prefer using POST ([#77](#77)) ([8cd7dfb](8cd7dfb))
* **handler:** Stringify errors by exposing only the message ([cabf8a9](cabf8a9))

### Features

* **audits:** Notices section for optional recommendations ([#76](#76)) ([b8bdc71](b8bdc71))
* **handler:** Error formatter function ([#78](#78)) ([c0eaeb4](c0eaeb4))
@enisdenjo
Copy link
Member Author

🎉 This PR is included in version 1.18.0 🎉

The release is available on:

Your semantic-release bot 📦🚀

@enisdenjo enisdenjo added the released Has been released and published label Apr 14, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
released Has been released and published
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant