You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
## Projets utilisant le composant Symfony HttpFoundation (Symfony, Laravel, Drupal...)
59
60
60
-
Symfony HttpFoundation [supporte nativement cette fonctionnalité] (https://symfony.com/doc/current/components/http_foundation.html#serving-files). Il va automatiquement déterminer la bonne valeur pour l'en-tête `X-Accel-Redirect` et l'ajoutera à la réponse.
61
+
Symfony HttpFoundation [supporte nativement cette fonctionnalité](https://symfony.com/doc/current/components/http_foundation.html#serving-files).
62
+
Il va automatiquement déterminer la bonne valeur pour l'en-tête `X-Accel-Redirect` et l'ajoutera à la réponse.
61
63
62
64
```php
63
65
use Symfony\Component\HttpFoundation\BinaryFileResponse;
0 commit comments