Closed KonstantinPopov closed 2 years ago
I wouldn‘t know. Any objections?
I wouldn‘t know. Any objections?
https://github.com/symfony/http-foundation/blob/5.4/Request.php#L52 in Symfony 6 this const was removed. so after update receive error
@andig Fine with me, please merge. I need it too.
Symfony Bootstraps used HttpFoundation\Request constants for booting application. in Symfony6 was removed deprecated const Symfony\Component\HttpFoundation\Request::HEADER_X_FORWARDED_ALL was replaced on. HEADER_X_FORWARDED_FOR | HEADER_X_FORWARDED_HOST | HEADER_X_FORWARDED_PORT | HEADER_X_FORWARDED_PROTO as described on symfony recommendation.