Read Authorization Header in SA

Hi.
I have create a simple server action which returns a file.
I am calling this via Postman with custom Authorization header. But, in the SA, I can’t seem to find how to read this Authorization header.
I tried using $_HEADER & $_SERVER objects, but neither of them are showing this header.
If I add header with any other name, I can see that in both the objects.

Request:

image

Response:

image

Is this a bug or am I looking for it in an incorrect place? Please help.

@patrick Bump.

I see you use PHP, it is possible that your webserver has stripped it off.

1 Like

Thank you so much. Adding the directive in .htaccess worked. :slight_smile:
I think this is the first time I am using Authorization header in PHP, so don’t remember seeing this issue when using XAMP/WAMP/cPanel.
Is it something to do with Docker?