🤖Imperva / Incapsula Proxyless
AWS WAF Solver Task (Solved with our in-house proxies) & Required Parameters
Rest API Endpoint: https://captcha.datalabs.net/createTask
Creating The Task
Task Parameter Table
Parameters | Required | Description |
---|---|---|
type | true | AntiImpervaTaskProxyLess |
websiteURL | true | The website address in which you're solving the captcha for. |
userAgent | false | Browser user-agent used in emulation. |
utmvc | false | If cookie jar contains any of the following cookies, set to true:
|
reese84 | false | If cookies contain "reese84", set to true. |
reeseScriptUrl | false | This is is a URL that can be found in the network activity. Typically consists of random words separated by dashes. |
cookies | false | You can optionally send cookies to the solver. |
proxyType | true | The type of proxy, accepts values: |
proxyAddress | true | The IPv4/IPv6 IP for your proxy (Host names, non-transparent, and local network proxies are not allowed) |
proxyPort | true | The proxy port |
proxyLogin | false | The proxy username |
proxyPassword | false | The proxy password |
Task Created Response
Parameters | Description |
---|---|
errorId | 0: Without error. 1: Error with request. |
errorCode | Short code for error type. |
errorDescription | More detailed description of the error that occurred. |
taskId | Task ID, provided for synchronous tasks to be pushed to /getTaskResult |
Retrieving the Solution
Successful Solution Response
Parameters | Description |
---|---|
token | The succesfully solved solution token. |
Last updated