試験MuleSoft-Integration-Associate-JPN トピック1 問題23 スレッド
Salesforce MuleSoft-Integration-Associate-JPNのリアル試験問題集
問題 #: 23
トピック #: 1
問題 #: 23
トピック #: 1
APIクライアントは、値を含むAcceptヘッダーを使用してAPIゲートウェイにHTTPリクエストを送信します。
「アプリケーション/json」
クライアントが要求したデータ形式で、この要求に対する有効な HTTP 応答ペイロードは何ですか?
「アプリケーション/json」
クライアントが要求したデータ形式で、この要求に対する有効な HTTP 応答ペイロードは何ですか?
おすすめの解答:C 解答を投票する
When an API client makes an HTTP request with an Accept header containing the value "application/json", the API server should respond with a payload formatted as JSON. Here's a detailed explanation:
* Accept Header:
* Purpose: The Accept header indicates the media type(s) that the client is willing to receive from the server.
* Value "application/json": Specifies that the client expects a response in JSON format.
* Valid JSON Response:
* Format: JSON (JavaScript Object Notation) is a lightweight data interchange format that uses key-value pairs.
* Example: A valid JSON response for the requested format would be{"status": "healthy"}.
* Key: "status"
* Value: "healthy"
References
* JSON Standard: JSON.org
* HTTP Headers:MDN HTTP Headers
* Accept Header:
* Purpose: The Accept header indicates the media type(s) that the client is willing to receive from the server.
* Value "application/json": Specifies that the client expects a response in JSON format.
* Valid JSON Response:
* Format: JSON (JavaScript Object Notation) is a lightweight data interchange format that uses key-value pairs.
* Example: A valid JSON response for the requested format would be{"status": "healthy"}.
* Key: "status"
* Value: "healthy"
References
* JSON Standard: JSON.org
* HTTP Headers:MDN HTTP Headers
Okada 2026-03-20 06:41:00
コメント
他人の解答コメントを賛成するのも、その解答に一票を入れることになります。したがって、すでに同じ意見の投票コメントが存在する場合、新規コメントをする代わりに賛成することもできます。
コメントを通報する
コメント中
今すぐ 新規登録 / ログイン (無料です)。