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
{{ message }}
This repository was archived by the owner on Nov 27, 2020. It is now read-only.
This PR was merged into the 2.3 branch.
Discussion
----------
Add RewriteRule
| Q | A
| ------------- | ---
| Bug fix? | yes
| New feature? | no
| BC breaks? | should not
| Deprecations? | no
| Tests pass? | yes
| Fixed tickets | symfony/symfony#9295
| License | MIT
| Doc PR | NA
Actually, Apache does not sets "HTTP_AUTHORIZATION" on bearer authorizations. This PR applies Symfony's recommendations by using a .htaccess to rewrite this header.
http://symfony.com/doc/current/cookbook/configuration/web_server_configuration.html
Commits
-------
77ee2a8 Add RewriteRule
0 commit comments