Google chrome showing ajax response

I am using Google Chrome developer tools to try and see the response of some AJAX urls.

The problem is that when I click on the NETWORK TAB, then on the link, and then on RESPONSE, I see this text: "THIS REQUEST GIVES NO RESPONSIBILITY DATA."

I am using FIREBUG and I am 100% sure there is an answer from this page.

Can anyone help with this?

Thank!

+3


source to share


1 answer


You can try to manually check if there is a response or not. So generally when working with ajax, in most cases we use POST, you can create a "same structured" page to handle the same input / response, but using Get method and print the output as usual.



This way you can see if there are any answers / errors in your script very easily

0


source







All Articles