This repository was archived by the owner on Nov 1, 2017. It is now read-only.
- Notifications
You must be signed in to change notification settings - Fork1.1k
Add the error code for missing user agent#386
Merged
Merged
Uh oh!
There was an error while loading.Please reload this page.
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.Learn more about bidirectional Unicode characters
- allows to google the problem- Status 403: Forbidden
@@ -386,6 +386,15 @@ Here's an example: | |||
User-Agent: Awesome-Octocat-App | |||
</pre> | |||
The error without an user agent looks like this: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others.Learn more.
Could we please change this line to:
If you provide an invalidUser-Agent
header, you will receive a403 Forbidden
response:
Thanks for this,@ax3l. ✨ I've added comments with recommendations inline. If you'd like to add a commit with those changes, I'd be happy to merge this. |
Hi@jdennes, thanks for the feedback and the ✨ |
jdennes added a commit that referenced this pull requestNov 29, 2013
More thorough documentation of 403 response when User-Agent header is invalid.
bhuga pushed a commit that referenced this pull requestJan 19, 2015
Document abuse rate limit violations
Sign up for freeto subscribe to this conversation on GitHub. Already have an account?Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This requirement is somewhathidden in the documentation.
Besides that still residing problem, the pull allows to:
Status 403: Forbidden
could be caused byThe problem for e.g. PHP's cURL is, that theuser agent is not set by default.
Example: