Vue.js or React.js use axios to send request to server, but sometimes server side get nothing.
Reason:
axios send data in JSON format by default. So you need to change the request data type or use another way to get data.
Reference:
Vue.js or React.js use axios to send request to server, but sometimes server side get nothing.
Reason:
axios send data in JSON format by default. So you need to change the request data type or use another way to get data.
Reference: