About 12,500,000 results
Open links in new tab
  1. HTTP response code for POST when resource already exists

    Sep 30, 2010 · This is going to be a pretty long answer, the short summary of which is that HTTP 409 is the most appropriate status code to report the failure of an "add new resource" operation, in case a …

  2. Excel Number Format: What is " [$-409]"? - Stack Overflow

    The [$-409] is a locale code, given in hexadecimal. Prefixing a date with a certain locale code determines what is shown when you use the various date time format codes.

  3. Reasons for a 409/Conflict HTTP error when uploading a file to ...

    Jul 22, 2011 · I encountered similar issue when uploading a file returned 409. Besides issues mentioned above it can also happen due to file size restrictions for POST on the server side.

  4. Edit conflicts and 409 vs. 412 responses - Stack Overflow

    Edit conflicts and 409 vs. 412 responses Asked 12 years, 7 months ago Modified 6 years, 9 months ago Viewed 6k times

  5. REST HTTP status code if DELETE impossible - Stack Overflow

    Aug 5, 2014 · The 409 (Conflict) status code indicates that the request could not be completed due to a conflict with the current state of the target resource. This code is used in situations where the user …

  6. Is returning HTTP 409 appropriate for a validation check?

    Jun 29, 2012 · It's obvious that a successful validation will return a 200 OK. But I don't feel that a success status code is appropriate for a validation failure. I'm leaning towards a 409 Conflict, but I've …

  7. rest - What to return with a 409 conflict? - Stack Overflow

    Jul 27, 2022 · If the user is already registered by that email, I'll return a 409 CONFLICT status. However, I'm not quite sure what the proper content is required to return with that -- for example, do I return …

  8. Return an object along with a 409 Conflict error in a Web API 2 POST ...

    Aug 7, 2015 · I have a C# Entity Framework Web API 2 controller. Currently when an attempt is made via the POST method to create an object with the same text for the main text field, I return a 409 …

  9. Is it OK to use a 409 HTTP code in the case when the record with ...

    Nov 3, 2020 · 409 is a fine choice for your case - in particular, it calls attention to the body of the request, informs that there is some incompatibility between the semantics of the current request and …

  10. error]Error: Error: Failed to deploy web package to App Service ...

    Jan 23, 2025 · ## [error]Error: Error: Failed to deploy web package to App Service. Conflict (CODE: 409) Asked 11 months ago Modified 6 months ago Viewed 683 times