Open amenk opened 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.
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.