IBM Security Access Manager V9.0 Deployment — Question 40
In a customer environment, a REST API client is being developed to carry out Reverse Proxy configuration and maintenance. As part of one of the activities the customer needs to update the junction information with an additional Backend Server. The customer has written a REST API client but is not able to modify the junction.
Which HTTP headers should the customer pass?
Answer options
- A. Host, Authorization
- B. Host, Accept: Application/json
- C. Authorization, Accept: Application/json
- D. content-type: application/json, Authorization
Correct answer: C
Explanation
The correct answer is C because the Authorization header is necessary for authentication, and the Accept header specifies the response format as JSON, which is commonly used in REST APIs. Options A and B are missing the required Accept header, and option D has an incorrect header related to content type instead of the required Accept header.