FabrizioCaldarelli
3/13/2019 - 10:40 AM

Apache truncates Authorization header

Add this entry to avoid that Apache truncates Authorization header

<IfModule mod_setenvif.c>
  SetEnvIf Authorization .+ HTTP_AUTHORIZATION=$0
</IfModule>