Exam 156-3158120 All QuestionsBrowse all questions from this exam
Question 47

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

    Correct Answer: D

    Using Web Services to access the API, the header name/value 'X-chkp-sid: <session ID token as returned by the login command>' must be included in the HTTP Post request after logging in. This session unique identifier is necessary for authenticating subsequent API calls, making option D the correct choice.

Discussion
KuKuKu83Option: D

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.