__construct() __construct( $headers, $body = '') Constructor. Usually, you no need to call it directly. Parameters $headers $body
getMitigation() getMitigation() : string Returns mitigation method. BotGuard Cloud screens each request and scores it based on its characteristics. Depends on settings, appropriate bot management method returns. Returns string — Mitigation method.
getMitigationURL() getMitigationURL() : string Returns mitigation url on redirect. When 'captcha' or 'redirect' mitigation methods are selected, this URL should be used to redirect user agent. Returns string — Mitigation URL.
getReason() getReason() : string Returns mitigation detector class. BotGuard Cloud screens each request and scores it based on its characteristics. Depends on that characteristics, the appropriate detector is fired. Returns string — Detector name.