Why does the request of ajax invalidate under Microsoft edge browser?

  1. request data rendering with JQ"s $.ajax () is normal in Google Firefox 360 or even ie, and the data is returned to the page
  2. results when I tested Microsoft"s edge browser, I found that the data was not displayed on the page. What"s going on?
  3. Microsoft Edge browser is now like this

clipboard.png

Apr.05,2021

first open the developer tool to see if the request has been sent successfully, whether the data has been received, and to see if there is any error message. You do not have any information about this question. How can I help you?


look at the network panel


Microsoft Edge browser limits localhost


I also encounter the same problem. The request is cross-domain, but the backend has been successfully configured to send requests in all other browsers. There is no request in the network, only the ajax of the ajax request for local static resources goes directly into the error readystate to 0. The request was not sent at all. I haven't found a solution for a long time.

Menu