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