Re: Getting html error 415 unsupported media type

2020-08-14 Thread Maxim Solodovnik
Hello, 415 == Unsupported Media Type https://developer.mozilla.org/en-US/docs/Web/HTTP/Status/415 I guess you are specifying wrong "Content type" On Sun, 2 Aug 2020 at 01:15, Anumeha Ayushi wrote: > Hello, > Whenever I try to hit the below request from soap ui or postman I get 415 > err

Getting html error 415 unsupported media type

2020-08-01 Thread Anumeha Ayushi
Hello, Whenever I try to hit the below request from soap ui or postman I get 415 error message. $.ajax({ method: "POST", url: "services/user/hash?sid=78189aff-d68d-458a-8840-5b18d15a50b0", data: {user: JSON.stringify({ firstname: 'John', lastname: 'Doe', externalId: 'uid1',