JS Ajax request is successful, the response displays “failed to load response data”

# accident site

js ajax request succeeds, response shows “failed to load response data

# reason

server returns too much data, resulting in data cannot be displayed;

# view the returned data by “open in new TAB “


note:
if this request is a Get request, that’s ok;
if the request is posted and has form data, then open in new TAB only opens the url of the request, without the form data information.

So,

, how do you do , open in new TAB , with formdata?The solution: use firefox firefox


Read More: