я так понял решение не рабочее? Что-то спотыкается шаблон в самом начале. Пытается что-то куда-то тянуть, а никакого перетягивания и нет. Вылазит просто картинка с текстом.
Есть у вас рабочее решение смарткаптчи(с автоматическим определением того, что вылезло, и решением)?
Ну или если даже недоделанное решение, бог с ним, определять что вылезло сами научим...
Главное что бы каптчу кликами решало, когда вылазят картинки, которые в определенном порядке прокликать нужно. Хочется просто иметь альтернативу на случай, если в капгуру сбои будут какие-то.
How to implement - captchas.io API?
-
How to set up recaptcha provider manually? I would like to use captchas.io, what would be the correct way to get all the needed data to send to their API and how to retrieve the TOKEN and apply it? Can somebody provide example BAS file?
-
well there is no free help on this forum but i can tell you the how to do it.
Get data-site-key from html with javasciprt.
Send it to their api with requested url, they mostly ask you the domain name too.
It should give you some processes id, get that with json parse.
Then send a new request at every 10 seconds with that id to get answer's token.
After that put that token to hidden text box with javascript.
you should be okay.
-
F Fox moved this topic from Support on
-
Why not contact https://captchas.io directly through chat and support tickets. They answer quite very fast.
-
It is working just try to contact them at Telegram @captchas_io
-
M Moderator moved this topic from Off topic on