What does a '415 Unsupported Media Type' HTTP status code return imply about a client browser's interaction with a web application?
A. The input security certificate has an expired authorization date.
B. The web server facility has completely crashed down.
C. The server refuses to process the request because the payload data format or media type is not supported by the requested resource configuration.
D. The requested URL path has changed its location permanently.
Answer: Option C
Solution (By JKExamLibrary)
An HTTP 415 error occurs when the client uploads an asset or sends data in a format (such as an unapproved image type or raw XML instead of JSON) that the server script is not configured to accept.
No comments yet. Be the first to start the discussion!