في كثير من الحالات تعيق MTCaptcha إمكانية الوصول، وتسبب إزعاجًا للمستخدمين، وتحد من الوصول إلى المعلومات المفتوحة، وتجعل اختبار التطبيقات والمواقع صعبًا. استخدم MTCaptcha solver للتجاوز التلقائي.
عرض MTCaptcha
تشرح هذه الصفحة كيف يتم عرض MTCaptcha وكيف تعمل عملية التحقق في MTCaptcha. MTCaptcha خدمة captcha ذكية متوافقة مع GDPR وWCAG، وتوفر ثقة أعلى في الخصوصية وإمكانية الوصول.
How to solve MTCaptcha
Find the
websiteKeyparameter: callwindow.mtcaptchaConfig.sitekeyorwindow.mtcaptcha.getConfiguration().sitekeyin your browser console.Send
websiteKeyandwebsiteURLto our API.Manually:
Request examples:
Method: createTask
API endpoint:https://api.2captcha.com/createTaskMtCaptchaTaskProxyless
{ "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 }In developer's console, find
inputwithname="mtcaptcha-verifiedtoken", and put there receivedtoken. Then, click theCheckbutton.