Exam 156-31581 All QuestionsBrowse all questions from this exam
Question 50

Using Web Services to access the API, which Header Name-Value had to be in the HTTP Post request after the login?

    Correct Answer: A

    When using Web Services to access the API, the 'X-chkp-sid' header must be included in the HTTP Post request following a login. This header serves as the session unique identifier, which is necessary for authenticating all subsequent API calls after the session is initiated with a successful login.

Discussion
timmitch1987Option: A

HTTP headers: content- Type: application/json x- chkp- sid: <session ID token as returned by the login command> CCSE R81.20 guide p.48

MingFOption: A

A is Correct https://sc1.checkpoint.com/documents/latest/APIs/?#web/introduction~v1.9%20 HTTP Headers content-Type: application/json x-chkp-sid: <session ID token as returned by the login command> The x-chkp-sid header is mandatory in all API calls except the login API.