I am trying to send a POST request to a servlet. Request is sent via jQuery in this way:
var productCategory = new Object(); productCategory.idProductCategor
adding content type into the request as application/json resolved the issue
application/json