Integration Details
Request Details
Macro Check Request (both GET
, POST
are possible)
Using HTTPS Service
Secondary domain and certificate file required, call using the address: https://(secondarydomain):8180/MBusterAPI/checkBotIp.do
Using HTTP Service
Call using the address: http://(targetserverip):8180/MBusterAPI/checkBotIp.do
Request Parameter Definition
Field Name | Description |
---|---|
groupName | Macro detection target (group) domain |
clientIp | Client IP |
loginId | User ID for login (if absent, client IP) |
pageUrl | URL where the API is called |
userAgent | Device information of the caller |
Response Results
Macro Check Request
The result of the macro detection is delivered as a String type flag.
Flag Value | Description |
---|---|
0 | Normal usage possible |
T | Macro: Blocked |
QC | Macro: Captcha Verification |
QF | Macro: Browser Challenge |
E | Communication Error (bypass needed) |
F | Macro Detection Failed (bypass needed) |