- Jun 6, 2020
- 11,559
- 4,422
Hello everyone.
I followed the instructions in this link:
I was able to get the keys and display the recaptcha object
But when the HTTJOB is executed the response is an error:
error-codes: [invalid-input-response]
success: false
I suspect that my error is in this line:
sb.Append("&response=").Append(ws.UpgradeRequest.GetParameter("g-recaptcha-response"))
B4X:
How should I get the parameter: g-recaptcha-response using websocket?
Thanks for your possible answers.
I followed the instructions in this link:
برای دیدن لینک ها باید ثبت نام کنید
I was able to get the keys and display the recaptcha object
برای دیدن تصاویر باید ثبت نام کنید
But when the HTTJOB is executed the response is an error:
error-codes: [invalid-input-response]
success: false
I suspect that my error is in this line:
sb.Append("&response=").Append(ws.UpgradeRequest.GetParameter("g-recaptcha-response"))
B4X:
کد:
محتوای بلوک کدها در دسترس شما نیست. برای مشاهده بلوک کدها، وارد انجمن شوید یاثبت نام کنید
How should I get the parameter: g-recaptcha-response using websocket?
Thanks for your possible answers.
برای دیدن لینک ها باید ثبت نام کنید