Posting 'g-recaptcha-response' data to a different parameter
I'm looking at scripting a site that uses recaptcha, but wants the data for 'g-recaptcha-response' as a different parameter, in this case 'user[recaptcha]'
I've tried using:
I've tried using:
user[recaptcha]=%captcha%
...but SER just adds this line of data to the POST
g-recaptcha-response=03AGdBq27NHw-3QzvJhYyu9aXRR84YNt5jAqcdzg...<cut>...SQXKws_sDk8
Is there anything I can do here?
...but SER just adds this line of data to the POST
g-recaptcha-response=03AGdBq27NHw-3QzvJhYyu9aXRR84YNt5jAqcdzg...<cut>...SQXKws_sDk8
Is there anything I can do here?
Tagged:
Comments
For some reason it's cutting the first two characters of the site key, which are 6L
would be nice to be added to the script manual @Sven please
%recaptcha% and recaptcha default varname
a blank variable will be sent along with the recaptcha response, as in the image below?
The script I'm working on is throwing captcha error messages at me, just wondering if it could be the blank 'recaptcha-token' being sent that is causing it.
I've tried the following with no luck:
I've shelved the engine for the time being as I don't expect this to be used much. But if you ever have a spare moment and think it's worth adding it might be useful.
If I use something like this:
If I want to use post data like this