Check_Point
156-521 · Question #187
After login, how can the session token be passed to future requests in Postman?
The correct answer is B. Set X-chkp-sid to {{session}} in headers. In subsequent requests, the X-chkp-sid header should be set to {{session}}, referencing the stored session token in the environment variable.
Security Management API Operations
Question
After login, how can the session token be passed to future requests in Postman?
Options
- AAs a JSON key in the request body
- BSet X-chkp-sid to {{session}} in headers
- CAppend to the endpoint URL
- DSet in cookie jar
How the community answered
(51 responses)- A2% (1)
- B80% (41)
- C10% (5)
- D8% (4)
Explanation
In subsequent requests, the X-chkp-sid header should be set to {{session}}, referencing the stored session token in the environment variable.
Topics
#session token reuse#Postman variables#X-chkp-sid#headers
Community Discussion
No community discussion yet for this question.