Check_Point
156-521 · Question #182
After receiving the session token from /login, how should it be used in Postman?
The correct answer is C. In the X-chkp-sid header. Postman must include the token in the X-chkp-sid header of all subsequent requests to authenticate them. This maintains the session and authorizes actions on the server.
Check Point API Fundamentals
Question
After receiving the session token from /login, how should it be used in Postman?
Options
- AAs a query parameter
- BIn the URL path
- CIn the X-chkp-sid header
- DIn the body of the next request
How the community answered
(29 responses)- A3% (1)
- C93% (27)
- D3% (1)
Explanation
Postman must include the token in the X-chkp-sid header of all subsequent requests to authenticate them. This maintains the session and authorizes actions on the server.
Topics
#session token#X-chkp-sid#Postman headers#authentication
Community Discussion
No community discussion yet for this question.