Exam Salesforce-MuleSoft-Developer-I Topic 1 Question 185 Discussion
Actual exam question for Salesforce's Salesforce-MuleSoft-Developer-I exam
Question #: 185
Topic #: 1
Question #: 185
Topic #: 1
Refer to the exhibit.

What should be changed to fix the 415 error?

What should be changed to fix the 415 error?
Suggested Answer: C Vote an answer
The HTTP 415 Unsupported Media Type client error response code indicates that the server refuses to accept the request because the payload format is in an unsupported format. The format problem might be due to the request's indicated Content-Type or Content-Encoding , or as a result of inspecting the data directly. In this case as per RAML specification data is expected in application/json and in request Content-Type is set as "text
/plain" which is incorrect. Hence solution is set the request Content-Type header to application/json
https://developer.mozilla.org/en-US/docs/Web/HTTP/Status/415

/plain" which is incorrect. Hence solution is set the request Content-Type header to application/json
https://developer.mozilla.org/en-US/docs/Web/HTTP/Status/415

by Vivian at Jul 20, 2026, 09:24 AM
0
0
0
10
Comments
Upvoting a comment with a selected answer will also increase the vote count towards that answer by one. So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.
Report Comment
Commenting
You can sign-up / login (it's free).