1Z0-1084-20 · Question #7
Which header is NOT required when signing GET requests to Oracle Cloud Infrastructure APIs?
The correct answer is C. content-type. For GET and DELETE requests (when there's no content in the request body), the signing string must include at least these headers: (request-target) (as described in draft-cavage-http-signatures-08) host date or x-date (if both are included, Oracle uses x-date)…
Question
Which header is NOT required when signing GET requests to Oracle Cloud Infrastructure APIs?
Options
- Adate or x-date
- B(request-target)
- Ccontent-type
- Dhost
How the community answered
(55 responses)- A16% (9)
- B9% (5)
- C71% (39)
- D4% (2)
Explanation
For GET and DELETE requests (when there's no content in the request body), the signing string must include at least these headers: (request-target) (as described in draft-cavage-http-signatures-08) host date or x-date (if both are included, Oracle uses x-date) https://docs.cloud.oracle.com/en- us/iaas/Content/API/Concepts/signingrequests.htm
Topics
Community Discussion
No community discussion yet for this question.