Exam PCCSE All QuestionsBrowse all questions from this exam
Question 121

Which two required request headers interface with Prisma Cloud API? (Choose two.)

    Correct Answer: A, B

    The two required request headers for interfacing with the Prisma Cloud API are 'Content-type: application/json' and 'x-redlock-auth'. 'Content-type: application/json' is necessary for specifying the format of the payload being sent, ensuring it's understood as JSON. 'x-redlock-auth' is required for authentication purposes, containing the JSON Web Token (JWT) that verifies the identity of the requester.

Discussion
Redrum702Options: AB

AB https://prisma.pan.dev/api/cloud/api-headers/

SpippoloOptions: AB

x-redlock-auth --> Your JSON Web Token (JWT). Find your JWT in the response object of a successful login request. Content-Type --> This header is required for requests that have request body parameters. The value is usually application/json, but see each request for specific requirements.