Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Access recaptcha through reverse proxy #223

Closed
hkworker2002 opened this issue Apr 6, 2018 · 1 comment
Closed

Access recaptcha through reverse proxy #223

hkworker2002 opened this issue Apr 6, 2018 · 1 comment

Comments

@hkworker2002
Copy link

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.

@rowan-m
Copy link
Contributor

rowan-m commented Aug 1, 2018

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.

@rowan-m rowan-m closed this as completed Aug 1, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants