-
Notifications
You must be signed in to change notification settings - Fork 52
Open
Description
Hi! Tested 0.23 version today, found an issue:
with rustls client, when i try to click checkbox on google recaptcha i get errors:
with http2 enabled error is alertbox "Cannot contact RECAPTCHA"
without http2 enabled error is on checkbox itself "Error: Invalid API parameter(s). Try reloading the page."
it happens on request to https://www.google.com/recaptcha/api2/reload?k=KEY
usually return has some lengthy payload, but with hudsucker it return only
[
"rresp",
null,
null,
null,
null,
null,
1
]
i suspect that requests being broken somewhere in proxy
it can be easily tested in:
https://www.google.com/recaptcha/api2/demo
same error in 0.22
@omjadas
Metadata
Metadata
Assignees
Labels
No labels