Check_Point
156-521 · Question #171
What is the correct way to send the session token in future requests after login?
The correct answer is B. Use X-chkp-sid header. The X-chkp-sid header must be included in each subsequent request to authenticate the session. This header holds the session ID received from the login response.
Check Point API Fundamentals
Question
What is the correct way to send the session token in future requests after login?
Options
- AAdd it in the URL path
- BUse X-chkp-sid header
- CStore in cookie
- DInclude in Authorization header
How the community answered
(22 responses)- A5% (1)
- B86% (19)
- C9% (2)
Explanation
The X-chkp-sid header must be included in each subsequent request to authenticate the session. This header holds the session ID received from the login response.
Topics
#X-chkp-sid#session token#API headers#authentication
Community Discussion
No community discussion yet for this question.