Check_Point
156-521 · Question #201
Which headers must be included when sending JSON body data to a Check Point Web API endpoint from Postman? (Choose two)
The correct answer is A. X-chkp-sid B. Content-Type: application/json. X-chkp-sid ensures session authentication, and Content-Type: application/json tells the API how to parse the request body. Other headers are optional or unrelated for basic operations.
Check Point API Fundamentals
Question
Which headers must be included when sending JSON body data to a Check Point Web API endpoint from Postman? (Choose two)
Options
- AX-chkp-sid
- BContent-Type: application/json
- CAuthorization: Bearer
- DAccept-Encoding: gzip
How the community answered
(24 responses)- A96% (23)
- C4% (1)
Explanation
X-chkp-sid ensures session authentication, and Content-Type: application/json tells the API how to parse the request body. Other headers are optional or unrelated for basic operations.
Topics
#Postman#HTTP headers#X-chkp-sid#Content-Type
Community Discussion
No community discussion yet for this question.