Class ProtectionCapabilityExclusions.Builder

    • Constructor Detail

      • Builder

        public Builder()
    • Method Detail

      • requestCookies

        public ProtectionCapabilityExclusions.Builder requestCookies​(List<String> requestCookies)
        List of HTTP request cookie values (by cookie name) to exclude from inspecting.

        Example: If we have cookie ‘cookieName=cookieValue’ and requestCookies=[‘cookieName’], both ‘cookieName’ and ‘cookieValue’ will not be inspected.

        Parameters:
        requestCookies - the value to set
        Returns:
        this builder
      • args

        public ProtectionCapabilityExclusions.Builder args​(List<String> args)
        List of URL query parameter values from form-urlencoded XML, JSON, AMP, or POST payloads to exclude from inspecting.

        Example: If we have query parameter ‘argumentName=argumentValue’ and args=[‘argumentName’], both ‘argumentName’ and ‘argumentValue’ will not be inspected.

        Parameters:
        args - the value to set
        Returns:
        this builder