π€Imperva / Incapsula Proxyless
AWS WAF Solver Task (Solved with our in-house proxies) & Required Parameters
Creating The Task
POST https://captcha.datalabs.net/createTask
Host: captcha.datalabs.net
Content-Type: application/json
{
"clientKey": "YOUR_API_KEY",
"task": {
"type": "AntiImpervaTaskProxyLess",
"websiteUrl": "https://example.com/",
"userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/113.0.0.0 Safari/537.36",
"utmvc": true,
"reese84": true,
"reeseScriptUrl": "https://exampe.com/random-words-and-dashes-blah-blah?d=exampe.com",
"cookies": [
{
"name": "cookieName",
"value": "cookieValue"
}
],
"proxyType": "http",
"proxyAddress": "1.1.1.1",
"proxyPort": "9999",
"proxyLogin": "username",
"proxyPassword": "password",
}
}Task Parameter Table
Parameters
Required
Description
Task Created Response
Parameters
Description
Retrieving the Solution
Successful Solution Response
Parameters
Description
Last updated