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

Bump response limit #2

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

nilsding
Copy link

@nilsding nilsding commented Jun 5, 2020

I noticed today that the hCaptcha responses we receive are longer than 4000 characters for some reason. This lets the Hcaptcha.invalid_response? method return false and therefore the captcha challenge would fail all the time.

This PR bumps the response limit to 32767 characters which should be hopefully more than enough. I could not find any references to any limits in the hCaptcha documentation.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant