cancel
Showing results for 
Search instead for 
Did you mean: 

HTTP Header parameter Authorization

Former Member
0 Kudos

Hello experts,

During a get call in my dummy OData service I am trying to reach the header parameter Authorization which should contain a token id.

For that I am simply passing Authorization in the Header.

In my get method I read the header parameters as shown below

But my header parameter Authorization won’t be shown. If I use any other parameter name it works well.

As per this post, it seems the kernel filters out security headers

Is there a way to overcome this to be able to retrieve parameter Authorization?

Thanks in advance!

Regards,

Jaime

Accepted Solutions (0)

Answers (1)

Answers (1)

xpuig
Newcomer
0 Kudos
Hello,
Have you been able to resolve this issue? I have the same problem and I don't know how to propagate the Authorization header to the backend.
Thank you.