I am trying to send some form data to a spring application using Fetch API in javascript. I have this code to send the form data: but i get a 415 status error “Unsupported Media Type”. Even when i set specifically the header ‘Content-Type’ to ‘application/json’ it sends like ‘text/plain’ this is the response that i get from the server: