Skip to content

Latest commit

 

History

History
17 lines (13 loc) · 934 Bytes

File metadata and controls

17 lines (13 loc) · 934 Bytes

BotdResult

Contains all the information from Bot Detection product

Properties

Name Type Description Notes
ip string IP address of the requesting browser or bot.
time \DateTime Time in UTC when the request from the JS agent was made. We recommend to treat requests that are older than 2 minutes as malicious. Otherwise, request replay attacks are possible
url string Page URL from which identification request was sent.
user_agent string
request_id string
linked_id string [optional]
bot \Fingerprint\ServerAPI\Model\BotdDetectionResult

[Back to Model list] [Back to API list] [Back to README]