FriendlyCaptcha/friendly-lite-server

StreamedUploads seem not to be supported (bodyToIterable)

Opened this issue · 0 comments

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.