QuestionQ40
Using APIsAn ETag header is included in the HTTP response for an API resource.
What are two advantages of using the ETag value in later interactions involving that same API resource?
Choose two
- A caching and optimization of response payloads
- B creating conditional requests
- C categorizing and comparing this API resource with others
- D checking the integrity of the resource
- E requesting the list of operations authorized for this resource
Community Discussion