You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Following discussion below, we have setup Apache reverse proxy for accessing Google recaptcha for serving China user access purpose: #87
However we found that for all recaptcha traffic going through reverse proxy, it always require input recaptcha by selecting image even we have set the Security Preference to the lowest value. (with direct access recaptcha service, we just need to click the checkbox "I am not a robot"
It seems that all request going through reverse proxy are under high risk and require additional verification. Any one have idea to overcome this?
Thanks.
The text was updated successfully, but these errors were encountered:
Reliability of results and user experience if you're going through a proxy is really out of scope for this repo. I've updated the code to allow for setting of an explicit URL and I'm happy to take PRs that add RequestMethods for better working within a proxy.
Following discussion below, we have setup Apache reverse proxy for accessing Google recaptcha for serving China user access purpose:
#87
However we found that for all recaptcha traffic going through reverse proxy, it always require input recaptcha by selecting image even we have set the Security Preference to the lowest value. (with direct access recaptcha service, we just need to click the checkbox "I am not a robot"
It seems that all request going through reverse proxy are under high risk and require additional verification. Any one have idea to overcome this?
Thanks.
The text was updated successfully, but these errors were encountered: