Skip to content
On this page
Home
>API
>Using Cookies

How to use cookies

In some websites, such as Recaptcha, we support users to pass the cookies to crack the data.

WARNING

If you want a module that does not support it to be supported, please contact us.

Cookies support

json
{
  "clientKey": "YOUR_API_KEY",
  "task": {
    "websiteURL": "https://www.google.com/recaptcha/api2/demo",
    "websiteKey": "6Le-wvkSAAAAAPBMRTvw0Q4Muexq9bi0DJwx_mJ-",
    //Usually task types that carry the ProxyLess suffix do not require a proxy
    "type": "ReCaptchaV2Task",
    //The following cookie will be set in the header of the solver request
    "cookies": [
      {
        "name": "__Secure-3PSID",
        "value": "AIKkIs3ch7YsxxxxYIzRqNZPGm60cdHozgwfUW1o8MF3kRcf8clJscTI6OtCqVpqNF8I88pLBJkUgQ"
      },
      {
        "name": "__Secure-3PAPISID",
        "value": "TKS1iVpGxYbxxxk0n2o/AytXQTb6RUALqxSEL"
      }
    ],
  }
}