8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
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
Github hooks should always be submitted via an HTTP POST. To reflect this, let's check the method of incoming requests and fix tests as needed.
The text was updated successfully, but these errors were encountered:
Validate POST method (#4)
d4e4d5a
Webhooks should always be submitted as POST requests Ref: https://developer.github.com/webhooks/
Merge pull request #5 from rjz/fix/http-request-method
9299dde
This was fixed in #5. Closing.
Sorry, something went wrong.
No branches or pull requests
Github hooks should always be submitted via an HTTP POST. To reflect this, let's check the method of incoming requests and fix tests as needed.
The text was updated successfully, but these errors were encountered: