156-3158120 Exam QuestionsBrowse all questions from this exam

156-3158120 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?

Show Answer
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

1 comment
Sign in to comment
KuKuKu83Option: D
May 27, 2024

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.