mashupbots / socko

A Scala web server powered by Netty networking and AKKA processing.
Other
255 stars 51 forks source link

Does Socko support Basic Authentication #73

Closed chiappone closed 10 years ago

chiappone commented 10 years ago

I couldn't find any info about Basic Authentication using socko. Is this supported?

veebs commented 10 years ago

No - basic authentication is not supported out of the box.

You can always handle it yourself using returning a 401 and then processing the incoming the Authorization request header. http://en.wikipedia.org/wiki/Basic_access_authentication

On 9 November 2013 10:54, chiappone notifications@github.com wrote:

I couldn't find any info about Basic Authentication using socko. Is this supported?

— Reply to this email directly or view it on GitHubhttps://github.com/mashupbots/socko/issues/73 .