RECAPTCHA Block
-
So I noticed we can't assign var name? Why or How ?
Eample: cardNumber=<USER>&reCaptchaResponse=<RECAP>
Do we use the Block Name as the Var name?
-
When the block is processed, if the solution was sucessful it will generate 2 variables: - SOLUTION (containing the solution as plaintext) - CAPTCHAID (containing the id you can send to report bad captchas) In the case of GeeTest, the block will generate 4 variables instead: - CHALLENGE - VALIDATE - SECCODE - CAPTCHAID
-
cardNumber=<USER>&reCaptchaResponse=<SOLUTION>
-
Yes, basically however <USER> based on the regex in env ini file.
-
seems slow