\BotGuardProfile

The class contains the user profile.

Each time BotGuard Cloud processes the user request, it returns additional information about user, a.k.a "user profile".

Summary

Methods
Properties
Constants
__construct()
getMitigation()
getMitigationURL()
getReason()
challenge()
No public properties found
MITIGATION_CHALLENGE
MITIGATION_DENY
MITIGATION_GRANT
MITIGATION_REDIRECT
MITIGATION_CAPTCHA
MITIGATION_RETURN_FAKE
No protected methods found
No protected properties found
N/A
No private methods found
No private properties found
N/A

Constants

MITIGATION_CHALLENGE

MITIGATION_CHALLENGE = 'challenge'

MITIGATION_DENY

MITIGATION_DENY = 'deny'

MITIGATION_GRANT

MITIGATION_GRANT = 'grant'

MITIGATION_REDIRECT

MITIGATION_REDIRECT = 'redirect'

MITIGATION_CAPTCHA

MITIGATION_CAPTCHA = 'captcha'

MITIGATION_RETURN_FAKE

MITIGATION_RETURN_FAKE = 'return_fake_data'

Methods

__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.

challenge()

challenge() 

Prints challenge page