About 52 results
Open links in new tab
  1. 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 …

  2. What is the difference between 201 status code and 204 status code

    Aug 25, 2022 · 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 …

  3. DB2 SQL Error: SQLCODE=-204, SQLSTATE=42704 - Stack Overflow

    Jan 4, 2014 · DB2 SQL Error: SQLCODE=-204, SQLSTATE=42704 Asked 12 years, 2 months ago Modified 3 years, 7 months ago Viewed 136k times

  4. How to keep ResponseBody on 204 No Content response?

    Nov 21, 2017 · 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.

  5. return value - REST API 202 versus 204 - Stack Overflow

    Jan 2, 2013 · I'm dealing with a REST API and have this question, when a request is scheduled for further processing we should return 202, when a request has no response body we should return …

  6. Why do I get SQLCODE=-204, SQLSTATE=42704 with DB2 LUW and …

    Jun 10, 2014 · There are numerous web pages where people show this message as a symptom (with the value after SQLERRMC and the driver level varying): DB2 SQL Error: SQLCODE=-204, …

  7. c# - Null response returns a 204 - Stack Overflow

    Jul 19, 2018 · "HTTP 204 NO CONTENT: The server has successfully fulfilled the request and that there is no additional content to send in the response payload body". It makes perfect sense for a GET that …

  8. Unknown response type for the 204 code status - Stack Overflow

    Oct 6, 2017 · Unknown response type for the 204 code status Ask Question Asked 8 years, 5 months ago Modified 3 years, 11 months ago

  9. V3 AWS S3 JavaScript SDK on deleteObjectCommand gets 204 but …

    Apr 5, 2024 · V3 AWS S3 JavaScript SDK on deleteObjectCommand gets 204 but doesn't delete object Ask Question Asked 1 year, 11 months ago Modified 1 year, 11 months ago

  10. Appropriate use of a 204 HTTP Status Code - Stack Overflow

    Dec 11, 2019 · I am reading the RFC and can not quite determine if the following would be a suitable use of the 204 response code. The 204 response allows a server to indicate that the action has been