I am using Ajax Post method , my url doesn't have response body and response status is 200 still generate a error, How to handle it ?
Asked
Active
Viewed 233 times
0
-
4can you update with some sample code – karthik Jul 05 '18 at 05:24
-
Before executing ajax press `F12` in keyboard & check the `response` tab under `Network`. so you can see what your are getting as response. Also confirm that you are sending a reponse from the URL set in ajax. – Sinto Jul 05 '18 at 05:25