I need to retrieve the “Authorization” header value from a REST resource. I tried using pub.flow:getTransportInfo but it does not work for “Authorization”.
We would get a custom bearer token in the Authorization header and need to validate it.
When trying to pass the Authorization header, the request if failing with below error message.
error_description=[ISS.0010.8044] Integration Server rejected the request to access this resource.
Any advice or suggestions are greatly appreciated.
If you are using https, the authentication info are pass during SSL/TLS handshake, it’s not passed in the http header.
I guess that’s why you won’t see it.