Http 415 Unsupported Media type error with JSON
Not sure about the reason but Removing lines charset=utf8
from con.setRequestProperty("Content-Type", "application/json; charset=utf8")
resolved the issue.
If you are making jquery ajax request, dont forget to add
contentType:'application/json'
Add Content-Type
: application/json
and Accept
: application/json