I'm using the advanced REST client and wan't to create a request with a Java Web Token. Hence i used the authorization editor and selected "Bearer" and inserted my token into the respective field.
I assumed that the Authorisation Editor automacially generates the header for the autorization, but the request doesn't seem to work (I got a role error depending on the missing authentication).
When i type the Authorization header manually, it works.
So how can i use the Authorization Editor to automatically insert the information to the header?