When using axios to submit the form, it keeps reporting 415 errors, how to solve it, online, etc.

when submitting the form, I have been reporting 415 errors and tried many ways. My own is not good, nor is my copy colleague"s, but my colleague"s will not report an error, exactly the same way. I don"t know why.

htmlclipboard.png

have you ever encountered the same problem, online, etc., thank you

Feb.28,2021

check whether the Content-Type of the request you sent is multipart/form-data .

Menu