COMPUTER NETWORKING

APPLICATION LAYER

INTRODUCTION

Question [CLICK ON ANY CHOICE TO KNOW THE RIGHT ANSWER]
Which of the following is NOT a proper content type for an HTTP response?
A
HTML document
B
JSON data
C
JPEG image
D
POST request
Explanation: 

Detailed explanation-1: -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.

Detailed explanation-2: -application/x-www-form-urlencoded. multipart/form-data.

There is 1 question to complete.