FriendlyCaptcha / friendly-lite-server

Lite server for Friendly Captcha
https://friendlycaptcha.com
Other
43 stars 12 forks source link

StreamedUploads seem not to be supported (bodyToIterable) #17

Open amenk opened 10 months ago

amenk commented 10 months ago

Some clients use symfony's bodytoIterable(), for example https://gitlab.com/rapid-data/contao-bundles/captcha-bundle/-/blob/master/src/Service/FriendlyCaptchaService.php#L97

This seems to lead to a empty solution in siteverify.php

Workarkound: use bodyToString() in the request.