excelwebzone / EWZRecaptchaBundle

This bundle provides easy reCAPTCHA form field for Symfony.
MIT License
396 stars 160 forks source link

Constraint validator use reCaptcha service for HTTP Proxy #278

Closed maxhelias closed 2 years ago

maxhelias commented 2 years ago

The HTTP Proxy does not work on the v3 validator because the "ReCaptcha" service is not used. So the RequestMethods of the bundle are not used correctly

maxhelias commented 2 years ago

friendly ping @excelwebzone 😃

excelwebzone commented 2 years ago

This change is unnecessary - it's redundant.

maxhelias commented 2 years ago

@excelwebzone without this PR the "ProxyPost" on v3 is never taken into account. Please reconsidered that this change is necessary

excelwebzone commented 2 years ago

If you look at what the changes you made, you just moved code around. There is no change made that is fix any issue. Sorry