Authorization Token not added to header

Hi,
I am currently trying to implement the open-api providers for <PROJECT_NAME>. While implementing those I encountered a problem with the Authorization in the header. I have two identical calls to fetchData of the RestServerConnector. One of those calls was implemented by Markus Scmahl and the other one by me. The one implemented by Markus has the header element Authorization with the UAABearer token but mine does not.

Do I have to add something somewhere for the token to be added to th header?

Thanks in advance,
Nick

Hi,

Could you show more about how you integrate UAA rest client in your project?

Thx

I found the error. I used new RestServerConnector to create the Connector but should have used our own Method that generates a RestServerConnector with the additional uaa filters.