ajax, Programming IT Nursery POST JSON fails with 415 Unsupported media type, Spring 3 mvc I am trying to send a POST request to a servlet. Request is sent via jQuery in this way: var productCategory = new Object(); productCategory.idProductCategory = 1; productCategory.description =... June 2, 2022 0 Comments