OWASP ZAP · Capability
ZAP API — authorization
ZAP API — authorization. 2 operations. Lead operation: authorization. Self-contained Naftiko capability covering one Owasp Zap business surface.
What You Can Do
GET
Authorizationactionsetbasicauthorizationdetectionmethod
— Sets the authorization detection method for a context as one that identifies un-authorized messages based on: the message's status code or a regex pattern in the response's header or body. Also, whether all conditions must match or just som
/v1/json/authorization/action/setbasicauthorizationdetectionmethod
GET
Authorizationviewgetauthorizationdetectionmethod
— Obtains all the configuration of the authorization detection method that is currently set for a context.
/v1/json/authorization/view/getauthorizationdetectionmethod
MCP Tools
sets-authorization-detection-method-context
Sets the authorization detection method for a context as one that identifies un-authorized messages based on: the message's status code or a regex pattern in the response's header or body. Also, whether all conditions must match or just som
read-only
idempotent
obtains-all-configuration-authorization-detection
Obtains all the configuration of the authorization detection method that is currently set for a context.
read-only
idempotent