Python_Institute
PCPP-32-101 · Question #61
What HTTP status code is associated with the standard response for a successful HTTP request: OK?
The correct answer is C. 200. HTTP status code 200 indicates a successful HTTP request with the standard response "OK."
Networking
Question
What HTTP status code is associated with the standard response for a successful HTTP request:
OK?
Options
- A404
- B500
- C200
- D201
How the community answered
(35 responses)- B3% (1)
- C94% (33)
- D3% (1)
Explanation
HTTP status code 200 indicates a successful HTTP request with the standard response "OK."
Topics
#HTTP#status codes#HTTP 200#REST
Community Discussion
No community discussion yet for this question.