Open tungnnt opened 2 months ago
Hello I found your service for solving funcaptcha from hotmail This is my sample code
const blob = "S3whuo6tE9tGcPQz.zztgWHQK2ncVoA/DlYvp9Q0G3QCDSxB6sYFuhQl7EnO8ilMlIR5Pyz+L0BeiLJfiq47zZmlou7CJ4EiUfJwGZ8zD+aw5XX+/QU8uSrRtH3M1LsR+VNWZ0X10J0uKLpQVSXjO9xqGhPbHEa8gfBYrz7/6a3k="; const data = `{"blob": "${blob}"}`; const res = await nextCaptcha.funcaptcha({ websitePublicKey: "B7D8911C-5CC8-A9A3-35B0-554ACEE604DA", websiteURL: "https://iframe.arkoselabs.com", data, });
But I always get response: "Task failed"
My question is; Is your service still works for funcaptcha ?
hi, same here
Hello I found your service for solving funcaptcha from hotmail This is my sample code
But I always get response: "Task failed"
My question is; Is your service still works for funcaptcha ?