"HTTP 코드 429 Too Many Requests"의 두 판 사이의 차이

잔글 (Jmnote님이 429 Too Many Requests 문서를 HTTP 429 Too Many Requests 문서로 이동했습니다)
 
(사용자 2명의 중간 판 2개는 보이지 않습니다)
6번째 줄: 6번째 줄:


{{소스헤더|상태}}
{{소스헤더|상태}}
<source lang='text'>
<syntaxhighlight lang='text'>
429 Too Many Requests
429 Too Many Requests
</source>
</syntaxhighlight>


{{소스헤더|예시}}
{{소스헤더|예시}}
<source lang='text'>
<syntaxhighlight lang='text'>
HTTP/1.1 429 Too Many Requests
HTTP/1.1 429 Too Many Requests
Content-Type: text/html
Content-Type: text/html
Retry-After: 3600
Retry-After: 3600
</source>
</syntaxhighlight>


==같이 보기==
==같이 보기==
22번째 줄: 22번째 줄:
==참고==
==참고==
* https://developer.mozilla.org/en-US/docs/Web/HTTP/Status/429
* https://developer.mozilla.org/en-US/docs/Web/HTTP/Status/429
* https://help.openai.com/en/articles/6891831-error-code-429-you-exceeded-your-current-quota-please-check-your-plan-and-billing-details


[[분류: HTTP 상태 코드]]
[[분류: HTTP 상태 코드]]

2024년 1월 4일 (목) 10:50 기준 최신판

1 개요[ | ]

HTTP 429 Too Many Requests
HTTP 429 너무 많은 요청
  • 사용자가 주어진 시간 동안 너무 많은 요청을 보냈음을 나타내는 HTTP 응답 상태 코드
  • Retry-After 요청을 하기 전에 얼마나 기다려야 하는지를 나타내는 헤더가 이 응답에 포함될 수 있다 .
상태
429 Too Many Requests
예시
HTTP/1.1 429 Too Many Requests
Content-Type: text/html
Retry-After: 3600

2 같이 보기[ | ]

3 참고[ | ]

문서 댓글 ({{ doc_comments.length }})
{{ comment.name }} {{ comment.created | snstime }}