Hướng dẫn
Sử dụng Cookies

Cách sử dụng cookie

Trên một số trang web, chẳng hạn như Recaptcha, chúng tôi hỗ trợ người dùng truyền cookie để lấy dữ liệu.

WARNING

Nếu bạn muốn một mô-đun chưa được hỗ trợ được hỗ trợ, vui lòng liên hệ với chúng tôi.

Hỗ trợ cookie

{
  "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"
      }
    ],
  }
}