recaptcha icon indicating copy to clipboard operation
recaptcha copied to clipboard

Mock client doesn't work with `remote_ip`

Open digitalcora opened this issue 2 years ago • 0 comments

When calling Recaptcha.verify with the remote_ip option, Recaptcha.Http.MockClient passes the request through to the real HTTP client (due to exact matching on the query params), so even a verification using "invalid_response" is always successful.

digitalcora avatar Jan 31 '22 16:01 digitalcora