JQuery $.get/$.ajax passes HTTP status code 200 instead of expected status code of 201 or 202?

From what I have experienced jQuery is just not set up very well for handling actual status codes in the response. You can try just doing a manual AJAX call using some good old bare bones JS and handle the status yourself.

From what I have experienced jQuery is just not set up very well for handling actual status codes in the response. You can try just doing a manual AJAX call using some good old bare bones JS and handle the status yourself. Here are a few tutorials on how to do so.

degraeve.com/reference/simple-ajax-examp... w3schools.com/ajax/default.asp request. Status is where you should be able to access the status code in your request object. Here is another page showing a little bit about how to access even more granular information about the status of the request.

ibm.com/developerworks/web/library/wa-aj... Hope that helps you nail it!

Thumallen is right, it's either all or nothing. Catching redirect via jquery ajax is unpleasant – Mikhail Oct 31 '11 at 17:33.

I cant really gove you an answer,but what I can give you is a way to a solution, that is you have to find the anglde that you relate to or peaks your interest. A good paper is one that people get drawn into because it reaches them ln some way.As for me WW11 to me, I think of the holocaust and the effect it had on the survivors, their families and those who stood by and did nothing until it was too late.

Related Questions