🎴 Flashcard Mode
ASP.NET Web Controls and HTTP Status Codes
Card1 / 16
Mastered0
Review0
QuestionClick to flip
204 code specifies request was sucessful but does not require the return of an entity-body
AnswerClick to flip back
A
True
💡 Explanation:
HTTP 204 No Content status code indicates that the server successfully processed the request but is not returning any content in the response body. This is commonly used for successful DELETE operations or PUT requests where no response entity is needed. The statement is accurate.