Developing Applications and Automating Workflows Using Cisco Platforms (DEVASC) — Question 341
What is the meaning of the HTTP status code 204?
Answer options
- A. request completed; new resource created
- B. server successfully processed request; no content returned
- C. standard response for successful requests
- D. invalid query parameters
Correct answer: B
Explanation
The correct answer, B, indicates that the server successfully processed the request but has no content to return, which is the definition of a 204 status code. Option A refers to a 201 status code where a new resource is created, while option C describes a 200 status code for successful requests. Option D is not related to the meaning of the 204 status code.