MTCaptcha 데모

이 페이지에서는 MTCaptcha이 표시되는 방식과 MTCaptcha 확인이 작동하는 방식을 설명합니다. MTCaptcha is a smart captcha service that is GDPR and WCAG compliant, providing the confidence of privacy and accessibility.

«MTCaptcha» 로고

많은 경우에 MTCaptcha은 접근성을 방해하고, 사용자를 좌절시키고, 공개 정보에 대한 접근을 제한하고, 애플리케이션 및 사이트 테스트를 어렵게 만듭니다. 자동 우회를 위해서는 MTCaptcha 솔버를 사용하세요.

How to solve MTCaptcha

  1. Find the websiteKey parameter: call window.mtcaptchaConfig.sitekey or window.mtcaptcha.getConfiguration().sitekey in your browser console.

  2. Send websiteKey and websiteURL to our API.

    Manually:

    Request examples:

    Method: createTask
    API endpoint: https://api.2captcha.com/createTask

    MtCaptchaTaskProxyless

    {
        "clientKey": "{{clientKey}}",
        "task": {
            "type": "MtCaptchaTaskProxyless",
            "websiteURL": "https://2captcha.com/demo/mtcaptcha",
            "websiteKey": "MTPublic-KzqLY1cKH"
        }
    }

    MtCaptchaTask

    {
        "clientKey": "{{clientKey}}",
        "task": {
            "type": "MtCaptchaTask",
            "websiteURL": "https://2captcha.com/demo/mtcaptcha",
            "websiteKey": "MTPublic-KzqLY1cKH",
            "proxyType":"http",
            "proxyAddress":"1.2.3.4",
            "proxyPort":"8080",
            "proxyLogin":"user23",
            "proxyPassword":"p4$w0rd"
        }
    }

    Response example

    {
        "errorId": 0,
        "status": "ready",
        "solution": {
            "token": "v1(00cc43a5,1adfe4b4,MTPublic-DemoKey9M,0080ab49...IJexMsishqlg**)"
        },
        "cost": "0.00299",
        "ip": "1.2.3.4",
        "createTime": 1695129688,
        "endTime": 1695129702,
        "solveCount": 1
    }
  3. In developer's console, find input with name="mtcaptcha-verifiedtoken", and put there received token. Then, click the Check button.

«2Captcha»의 로고홈페이지로 가기

웹사이트 소유자의 명시적인 허가 없이 웹사이트의 일부를 복사하는 것은 불법입니다.

  • «GDPR» logo
  • «SSL secured» logo
  • «Google privacy policy» logo
  • «S/MIME» logo
  • «CCPA» logo
#1
모니터링 서비스 순위에서«CaptchaTheCat» 로고
우리와 연결하기
  • GitHub에서 «2Captcha»
  • LinkedIn에서 «2Captcha»
  • X에서 «2Captcha»
  • 2Captcha YouTube 채널
Visa, Mastercard, Airtm, PayPal, Alipay, BTC, USDT 결제 시스템을 지원합니다.