Check_Point
156-521 · Question #184
Which HTTP headers should be included in every Check Point API request sent from Postman after login? (Choose two)
The correct answer is A. Content-Type: application/json C. X-chkp-sid. Every request must include the Content-Type: application/json header and X-chkp-sid containing the session token. This ensures proper formatting and secure session usage.
Check Point API Fundamentals
Question
Which HTTP headers should be included in every Check Point API request sent from Postman after login? (Choose two)
Options
- AContent-Type: application/json
- BHost: checkpoint.com
- CX-chkp-sid:
- DAuthorization: Basic
How the community answered
(52 responses)- A92% (48)
- B6% (3)
- D2% (1)
Explanation
Every request must include the Content-Type: application/json header and X-chkp-sid containing the session token. This ensures proper formatting and secure session usage.
Topics
#HTTP headers#Content-Type#X-chkp-sid#Postman
Community Discussion
No community discussion yet for this question.