Top "Http-status-code-415" questions

HTTP status code for Unsupported Media Type

Http 415 Unsupported Media type error with JSON

I am calling a REST service with a JSON request and it responds with a HTTP 415 "Unsupported Media Type" error. …

java json http-status-code-415
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 …

ajax json spring post http-status-code-415
HTTP 415 unsupported media type error when calling Web API 2 endpoint

I have an existing Web API 2 service and need to modify one of the methods to take a custom object …

json vb.net asp.net-web-api asp.net-web-api2 http-status-code-415
HTTP Status 415 - Unsupported Media Type

I am working on Java restful web service. While testing the restful service I am getting the responses correct for …

java web-services rest http-status-code-415
415 (Unsupported Media Type) in $http.post method

I'm quite new to REST and AngularJS, but after several hours of googling I couldn't find any answer to my …

angularjs post jpa http-status-code-415
WebApi 2.1 PUT throw error 415

I'm trying to update data using WebApi PUT method. My code working fine before, but suddenly I start to get …

asp.net-web-api http-status-code-415
HTTP Status 415 - Unsupported Media Type for AJAX call in JQUERY to Restful WS implemented with JERSEY

Hi I am trying to post json data to Restful WS implemented with Jersey. I am posting data through jquery-ajax. …

jquery jersey http-status-code-415
Python request gives 415 error while post data

I am getting 415 error while posting data to server. This is my code how can i solve this problem. Thanks …

python python-requests http-status-code-415
Getting HTTP 415 error on HttpURLConnection connect

I'm using the following code to send a GET request and then receive response: try { URL url = new URL(strurl); …

java httpurlconnection http-status-code-415
How to fix 'HTTP-415' error, during POST request in REST web service using spring boot

I am a beginner in Spring Boot and learning my way through. How to fix 'HTTP-415' error, during POST …

java spring-boot spring-mvc http-status-code-415