InterviewSolution
| 1. |
Define Content Negotiation? |
|
Answer» If we have visited WEBSITE to SEARCHING the information, we will get the information in different languages and in different formats when a client makes an HTTP request to a server, the client can also specify the media types here. The client can specify what it can accept back from the host and on the basis of availability the host will RETURN to the client. This is known as CONTENT negotiation because client and server negotiated on the language and format of the content to be SHARED. If we have visited website to searching the information, we will get the information in different languages and in different formats when a client makes an HTTP request to a server, the client can also specify the media types here. The client can specify what it can accept back from the host and on the basis of availability the host will return to the client. This is known as content negotiation because client and server negotiated on the language and format of the content to be shared. |
|