About 585,000 results
Open links in new tab
  1. jquery - error handling with .post () - Stack Overflow

    Mar 27, 2016 · I have to modify a project written by someone else. Because the code is a mess I can't really change this $.post() (or replace it by $.ajax()). What I need to do, is to know if the …

  2. How do I catch an Ajax query post error? - Stack Overflow

    Jul 22, 2017 · How do I catch an Ajax query post error? Asked 15 years, 7 months ago Modified 4 years, 8 months ago Viewed 531k times

  3. HTTP response code for POST when resource already exists

    Sep 30, 2010 · We POST to /objects => our target resource is /objects. OP does not describe the /objects resource, but the example looks like a common scenario where /objects is a resource …

  4. javascript - Axios POST request fails with error status code 500 ...

    Jun 20, 2018 · The webpage discusses how to resolve a 500 internal server error when making a POST request using Axios in JavaScript.

  5. Jquery Ajax post success/error function - Stack Overflow

    The error method of jQuery's ajax function will only get called when the page requested returns an error status code. Your example will probably return HTTP 200, which is why success gets …

  6. HTTP POST method returning status code 404 - Stack Overflow

    HTTP POST method returning status code 404 Asked 11 years, 10 months ago Modified 6 years, 11 months ago Viewed 63k times

  7. c# - ASP.NET Core form POST results in a HTTP 415 Unsupported …

    Jun 14, 2017 · Sending a form POST HTTP request (Content-Type: application/x-www-form-urlencoded) to the below controller results into a HTTP 415 Unsupported Media Type response.

  8. POST request over HTTPS causes error 403 (Forbidden)

    Feb 13, 2018 · I am using jQuery fileDownload (created by John Culviner) to load DOCX files that are dynamically generated by a JBoss server using RESTEasy. The application and file are on …

  9. php - Undefined index with $_POST - Stack Overflow

    May 30, 2012 · If you change the error_reporting level so that notices are ignored, your original code will actually work as written, with the attempted array access returning null. But that's …

  10. Uncaught TypeError: $.post is not a function - Stack Overflow

    Uncaught TypeError: $.post is not a function Asked 9 years, 4 months ago Modified 3 years ago Viewed 93k times