Check Point Certified Security Expert (CCSE) R81.20 — Question 51
Using Web Services to access the API, which Header Name/Value had to be in the HTTP Post request after the login?
Answer options
- A. uuid Universally Unique Identifier
- B. API-Key
- C. user-uid
- D. X-chkp-sid Session Unique Identifier
Correct answer: D
Explanation
The correct answer is D, as the X-chkp-sid (Session Unique Identifier) is required to maintain the session state after a successful login. Options A, B, and C are not relevant for session management in this specific context, making them incorrect choices.