About 301,000 results
Open links in new tab
  1. Http 415 Unsupported Media type error with JSON

    java json http-status-code-415 edited Jul 1, 2025 at 6:11 Ferry To 1,964 5 45 56

  2. json - HTTP 415 unsupported media type error when calling Web …

    Jan 8, 2016 · Start asking to get answers json vb.net asp.net-web-api asp.net-web-api2 http-status-code-415

  3. web services - HTTP 406 and 415 error codes - Stack Overflow

    Dec 6, 2013 · 77 I am writing a web service that accepts only json, and also outputs only json. So I need to return the appropriate status code if any other format is requested. It appears that I …

  4. HttpClient {StatusCode: 415, ReasonPhrase: 'Unsupported Media …

    Apr 2, 2019 · I try to call my API in a method but i get the error: {StatusCode: 415, ReasonPhrase: 'Unsupported Media Type'. I have been looking around and found a lot of people have had the …

  5. POST JSON fails with 415 Unsupported media type, Spring 3 mvc

    Jul 15, 2012 · ajax json spring post http-status-code-415 edited Apr 11, 2022 at 10:08 Web Developer 341 4 17

  6. Axios Error with Status Code 415 in Using Get Method

    Feb 20, 2018 · The HTTP status code 415 means Unsupported Media Type. That is it indicates that the server refuses to accept the request because the payload format is in an unsupported …

  7. Error 415 when posting to ASP.Net Core WebAPI using …

    Executing HttpStatusCodeResult, setting HTTP status code 415 Microsoft.AspNetCore.Mvc.StatusCodeResult:Information: Executing HttpStatusCodeResult, …

  8. c# - ASP.NET Core form POST results in a HTTP 415 Unsupported …

    Jun 14, 2017 · 1 "HTTP 415 Unsupported Media Type response" stems from Content-Type in header of your request. for example in javascript by axios:

  9. POST server returning Status Code: 415 Unsupported Media Type ...

    Sep 7, 2017 · POST server returning Status Code: 415 Unsupported Media Type (Preflight request) Asked 8 years, 4 months ago Modified 6 years, 4 months ago Viewed 11k times

  10. html - How to fix error 415 - Stack Overflow

    Sep 20, 2016 · 1 From the status code section of the HTTP/1.1 spec: 415 Unsupported Media Type The server is refusing to service the request because the entity of the request is in a …