Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings
This repository was archived by the owner on Nov 1, 2017. It is now read-only.

Commite96fc89

Browse files
committed
don't mention ip-based lockout, just user-based
1 parent9d77c17 commite96fc89

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

‎content/v3.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -239,10 +239,9 @@ HTTP/1.1 401 Unauthorized
239239
}
240240
</pre>
241241

242-
After detecting several request with invalid credentials within a short period
243-
from the same IP address, the API will temporarily reject all authentication
244-
attempts from that IP address (including ones with valid credentials) with a
245-
`403 Forbidden`:
242+
After detecting several requests with invalid credentials within a short period,
243+
the API will temporarily reject all authentication attempts for that user
244+
(including ones with valid credentials) with`403 Forbidden`:
246245

247246
<preclass="terminal">
248247
$ curl -i https://api.github.com -u valid_username:valid_password

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp