CAPSOLVER

Cloudflare Turnstile Trình giải mã xác thực

cloudflare

Cloudflare là gì

Cloudflare sử dụng nhiều kỹ thuật khác nhau để phát hiện và giảm thiểu lưu lượng truy cập không mong muốn.  Trong số này có Thử thách Cloudflare, thường liên quan đến các thử thách JavaScript hoặc kiểm tra CAPTCHA và Turnstile, một CAPTCHA thân thiện với người dùng hơn giúp giảm thiểu sự tương tác của người dùng.

Cloudflare Turnstile Demo

Cloudflare Challenge Demo

www.demo.com
Verifying you are human by completing the action below.

www.demo.com needs to review the security of your connection before proceeding.

Cloudflare Turnstile Giải pháp giải quyết tốt nhất - CapSolver

CapSolver là trình giải mã Cloudflare Turnstile rẻ nhất và nhanh nhất để vượt qua Cloudflare Turnstile.

CapSolver sử dụng Thuật toán giải Captcha được hỗ trợ bởi AI, giúp tốc độ giải quyết nhanh hơn và giảm đáng kể chi phí, mang lại trải nghiệm tuyệt vời cho nhà phát triển.

Độ tin cậy cao

Chúng tôi có tốc độ cập nhật nhanh nhất trong số các nhà cung cấp tương tự.

Không có rủi ro

Bạn chỉ trả tiền cho CAPTCHA đã bẻ khóa. Việc xem xét hợp tác chặt chẽ sẽ cấm mọi hoạt động bất hợp pháp.

Hỗ trợ AI

Chúng tôi sử dụng AI để giải mã xác thực hoàn toàn tự động.

Khả năng tương thích

CapSolver hoạt động với API của các dịch vụ nhận dạng hình ảnh xác thực thủ công phổ biến.

Giải pháp đa dạng

CapSolver cung cấp dịch vụ API và tiện ích mở rộng trên Chrome.

Đáng tin cậy

Hơn 1000 nền tảng đã tích hợp API của chúng tôi.

Cách giải quyết vấn đề captcha bằng CapSolver như sau:

Sau khi sử dụng dịch vụ CapSolver, khi người dùng gặp vấn đề về mã xác minh sẽ gửi yêu cầu đến CapSolver. Sau khi nhận được yêu cầu, CapSolver giải quyết vấn đề về mã xác minh cho người dùng một cách hiệu quả và nhanh chóng.

</> Cloudflare Turnstile API giải quyết:

(Thêm thư viện của bên thứ ba trên github)
Các giải phápĐịnh giá
Cloudflare Turnstile

AntiTurnstileTaskProxyLess

$1.2/1000 requests

Hướng dẫn cách vượt qua Cloudflare Turnstile-API

Dịch vụ giải mã xác thực tự động CapSolver có thể dễ dàng vượt qua Cloudflare Turnstile. CapSolver cung cấp hai dịch vụ giải Captcha giúp bạn giải Cloudflare Turnstile.

Một trong những dịch vụ là sử dụng CapSolver's API , cách khác là tải xuống sự mở rộng trong Chrome.

cho CapSolver và nhận các dịch vụ hình ảnh xác thực của chúng tôi.

Step 1 : Creating a Task

Create the task with the createTask.

In the process of using turnstile, we must input websiteURL and websiteKey, other parameters are optional.

Task Object Structure

Properties Type Required Description
type String Required AntiTurnstileTaskProxyLess
websiteURL String Required The address of the target page.
websiteKey String Required Turnstile website key.
metadata Map<String,String> Optional Turnstile extra data . Turnstile Documentation
metadata.action String Optional The value of the data-action attribute of the Turnstile element if it exists.
metadata.cdata String Optional The value of the data-cdata attribute of the Turnstile element if it exists.

Example Request

txt Copy
POST https://api.capsolver.com/createTask
Host: api.capsolver.com
Content-Type: application/json
json lines Copy
{
  "clientKey": "YOUR_API_KEY",
  "task": {
    "type": "AntiTurnstileTaskProxyLess",
    "websiteURL": "https://www.yourwebsite.com",
    "websiteKey": "0x4XXXXXXXXXXXXXXXXX",
    "metadata": {
      "action": "login", //optional
      "cdata": "0000-1111-2222-3333-example-cdata" //optional
    }
  }
}

Example Response

json lines Copy
{
  "errorId": 0,
  "status": "idle",
  "taskId": "61138bb6-19fb-11ec-a9c8-0242ac110006" // record taskId
}

Step 2 : Getting Results

Use the getTaskResult method to get the recognition results

Depending on the system load, you will get the results within the interval of 1s to 20s

Example Request

txt Copy
POST https://api.capsolver.com/getTaskResult
Host: api.capsolver.com
Content-Type: application/json
json lines Copy
{
  "clientKey": "YOUR_API_KEY",
  "taskId": "61138bb6-19fb-11ec-a9c8-0242ac110006"
}

Example Response

json lines Copy
{
  "errorId": 0,
  "taskId": "61138bb6-19fb-11ec-a9c8-0242ac110006",
  "status": "ready",
  "errorCode": null,
  "errorDescription": null,
  "solution": {
    "token": "0.mF74FV8wEufAWOdvOak_xFaVy3lqIDel7SwNhw3GgpICSWwTjYfrQB8mRT1dAJJBEoP7N1sESdp6WH9cTS1T0catWLecG3ayNcjwxVtr3hWfS-dmcBGRTx4xYwI64sAVboYGpIyuDBeMIRC3W8dK35v1nDism9xa595Da5VlXKM7hk7pIXg69lodfiftasIkyD_KUGkxBwxvrmz7dBo10-Y5zvro9hD4QKRjOx7DYj9sumnkyYCDx0m4ImDIIkNswfVTWI2V22wlnpHdvMgdtKYgOIIAU28y9gtdrdDkpkH0GHcDyd15sxQGd9VjwhGZA_mpusUKMsEoGgst2rJ3zA.UWfZupqLlGvlATkPo3wdaw.38d55cd0163610d8ce8c42fcff7b62d8981495cc1afacbb2f14e5a23682a4e13",
    "type": "turnstile",
    "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/108.0.0.0 Safari/537.36"
  }
}

Giải quyết Cloudflare Turnstile bằng CapSolver SDK:

Hỗ trợ captcha phổ biến

Dễ dàng sử dụng CapSolver để giải quyết CAPTCHA

Chúng tôi đảm bảo rằng việc tích hợp các sản phẩm của chúng tôi vào cơ sở hạ tầng của bạn dễ dàng nhất có thể. Với sự hỗ trợ nhiều ngôn ngữ và các mẫu mã sẵn sàng sử dụng, dự án web của bạn sẽ được khởi đầu nhanh chóng và dễ dàng là điều đảm bảo.

Tài liệu dành cho nhà phát triển

# pip install --upgrade capsolver
# export CAPSOLVER_API_KEY='...'

import capsolver

# capsolver.api_key = "..."
solution = capsolver.solve({
  "type": "AntiTurnstileTaskProxyLess",
  "websiteURL": "https://www.yourwebsite.com",
  "websiteKey": "0x4XXXXXXXXXXXXXXXXX",
  "metadata": {
     "action": "login"  # optional
  }
})
package main

import (
  "fmt"
  capsolver_go "github.com/capsolver/capsolver-go"
  "log"
)

func main() {
  // first you need to install sdk
  //go get github.com/capsolver/capsolver-go

  capSolver := capsolver_go.CapSolver{ApiKey: "..."}
  solution, err := capSolver.Solve(map[string]any{
    "type":       "AntiTurnstileTaskProxyLess",
    "websiteURL": "https://www.yourwebsite.com",
    "websiteKey": "0x4XXXXXXXXXXXXXXXXX",
    "metadata": map[string]string{
      "action": "login"  // optional
    },
  })
  if err != nil {
    log.Fatal(err)
    return
  }
  fmt.Println(solution)
}

Dùng thử miễn phí

Nhận biết hơn 15 loại hình ảnh xác thực khác