dicoogle
dicoogle copied to clipboard
Adjust user authentication for compliance to HTTP
At the moment, consumers of our web services should provide an Authorization header on their request, containing nothing more but the Dicoogle session token. According to RFC2617, this header should actually contain credentials of the form below, for compliance:
credentials = auth-scheme #auth-param
Therefore, we should either use this header properly, keep this information in another header, or rely on other mechanisms for this purpose.