chibenwa commented on pull request #843: URL: https://github.com/apache/james-project/pull/843#issuecomment-1012687045
I'm not speaking of the status code (that of course is 401) but of the `WWW-Authenticate` To quote the JMAP implementation recommendations: https://jmap.io/server.html#401-unauthorized ``` The Authorization header was missing or did not contain a valid token. Reauthenticate and then retry the request. As per the HTTP spec, the response MUST have a WWW-Authenticate header listing the available authentication schemes. ``` -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
