Using Web Services to access the API, which Header Name-Value had to be in the HTTP Post request after the login?
Using Web Services to access the API, which Header Name-Value had to be in the HTTP Post request after the login?
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.
HTTP headers: content- Type: application/json x- chkp- sid: <session ID token as returned by the login command> CCSE R81.20 guide p.48
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.