展示を参照してください。エンジニアはアプリケーションで XML を使用して、RESTCONF 対応デバイスに情報を送信しています。リクエストを送信すると、エンジニアはこの応答メッセージと HTTP 応答コード 400 を受け取ります。これらの応答はエンジニアに何を伝えているのでしょうか。
正解:A
Accept and Content-type are both headers sent from a client (a browser) to a service. Accept header is a way for a client to specify the media type of the response content it is expecting and Content-type is a way to specify the media type of request being sent from the client to the server. The response was sent in XML so we can say the Accept header sent was application/xml.