Open
Description
It seems that it's not possible to use an header Authorization
with the following format:
Authorization: myToken
Challenge scheme seems mandatory (see AuthenticatorUtils#formatRequest
):
Authorization: SCHEME something
Moreover from version 2.3.2, we can't define anymore the header using custom headers:
Addition of the standard header "Authorization" is not allowed.
See following question on StackOverflow: http://stackoverflow.com/questions/30576374/restlet-client-use-authentication-key/.