EWZRecaptchaBundle icon indicating copy to clipboard operation
EWZRecaptchaBundle copied to clipboard

Make use of curl if available

Open mablae opened this issue 10 years ago • 1 comments

The bundles currently uses file_get_contents as only method.

At least a switch to use curl should be available.

Maybe we should rely on HttpPlug (http://docs.php-http.org/) instead?

mablae avatar Apr 15 '16 23:04 mablae

I agree. Google themselves have a nice implementation for this too https://github.com/google/recaptcha

dimkasta avatar Jul 04 '17 08:07 dimkasta