Check_Point
156-521 · Question #199
You want to automate login and token reuse in Postman. Which steps are required? (Choose two)
The correct answer is A. Store sid as {{session}} using test script B. Use X-chkp-sid: {{session}} in headers. Using a test script to store sid in {{session}} and referencing that in the X-chkp-sid header allows seamless automation in Postman workflows without manual token entry.
Security Management API Operations
Question
You want to automate login and token reuse in Postman. Which steps are required? (Choose two)
Options
- AStore sid as {{session}} using test script
- BUse X-chkp-sid: {{session}} in headers
- CEnable JavaScript in Postman
- DConvert session to Base64
How the community answered
(35 responses)- A80% (28)
- C6% (2)
- D14% (5)
Explanation
Using a test script to store sid in {{session}} and referencing that in the X-chkp-sid header allows seamless automation in Postman workflows without manual token entry.
Topics
#Postman automation#token reuse#test script#environment variables
Community Discussion
No community discussion yet for this question.