The parameters passed to the backend by the jquery ajax post request under IE8,9 are empty at the backend, and all other browsers are normal?

Mar.19,2021

you can try to remove the cache field.


Open the console, take a look at the diagram of the parameters in network, and see what the specific values of the parameters sent to the backend are.


change the contentType value to application/json

Menu