AZ-204 · Question #588
AZ-204 Question #588: Real Exam Question with Answer & Explanation
The correct answer is D: Prefer. If you design your application to handle unknown members as well, you can opt in to receive those members by using an HTTP Prefer request header. https://learn.microsoft.com/en-us/graph/best-practices-concept
Question
You are developing a Microsoft Entra ID integrated app that interacts with Microsoft Graph. You must allow GET operations to receive unknown members that might be defined in the future in Microsoft Graph API. You plan to include support for evolvable enumerations in the app. You need to specify the HTTP request header that will provide the evolvable enumerations support in the app. Which header should you specify?
Options
- AAccept
- BContent-Type
- CIf-Match
- DPrefer
Explanation
If you design your application to handle unknown members as well, you can opt in to receive those members by using an HTTP Prefer request header. https://learn.microsoft.com/en-us/graph/best-practices-concept
Community Discussion
No community discussion yet for this question.