> After many tests, I have concluded that what is happening is that header is
> not being sent to
> PHP-FPM since we use authorization and access, no response payload is being
> provided on POST with
> PHP-FPM (my findings).
>
> The app does header authentication via JWT and outside of the authentication
> access, view &
> function of the app is as expected.
Already tried with this on your VH or .htaccess ?
RewriteEngine On
RewriteRule .* - [env=HTTP_AUTHORIZATION:%{HTTP:Authorization}]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]