|
- HTTP Get with 204 No Content: Is that normal - Stack Overflow
I know that a 204 - No Content is okay for an HTTP POST-Request For GET request, if no data is to be sent back, is the 204 status code appropriate? Should I use 404, or just stick to 200 for success but have an empty response? The use case for this question is a Java application that I am writing for Google App Engine
- DB2 SQL Error: SQLCODE=-204, SQLSTATE=42704 - Stack Overflow
DB2 SQL Error: SQLCODE=-204, SQLSTATE=42704 Asked 11 years, 11 months ago Modified 3 years, 3 months ago Viewed 136k times
- What is the difference between 201 status code and 204 status code
Both 201 and 204 represent a successful request For a more detailed explanation, you can refer to the following documentation: 201 Created The request has been fulfilled and has resulted in one or more new resources being created The primary resource created by the request is identified by either a Location header field in the response or, if no Location field is received, by the effective
- rest - HTTP GET Request Status 204 Vs 404 - Stack Overflow
Here is what the RFC says about the 204 status: 10 2 5 204 No Content The server has fulfilled the request but does not need to return an entity-body, and might want to return updated metainformation The response MAY include new or updated metainformation in the form of entity-headers, which if present SHOULD be associated with the requested
- How to keep ResponseBody on 204 No Content response?
The 204 (No Content) status code indicates that the server has successfully fulfilled the request and that there is no additional content to send in the response payload body
- 200 204 or 404 in a Restful API design? - Stack Overflow
Should return empty list [] 200 204 or 404 in a Restful API design? [duplicate] Asked 6 years, 6 months ago Modified 6 years, 6 months ago Viewed 25k times
- What does a 204 response mean when calling the MOVE for an azure . . .
What does a 204 response mean when calling the MOVE for an azure resource (as opposed to 202) Asked 2 years, 6 months ago Modified 2 years, 6 months ago Viewed 2k times
- Return HTTP 204 on null with spring @RestController
Return HTTP 204 on null with spring @RestController Asked 10 years, 2 months ago Modified 4 years, 6 months ago Viewed 93k times
|
|
|