jgauffin / griffin.networking

Networking library for .NET
http://blog.gauffin.org/2012/05/griffin-networking-a-somewhat-performant-networking-library-for-net/
GNU Lesser General Public License v3.0
108 stars 35 forks source link

HTTP-Authentication not working #10

Closed Boddlnagg closed 11 years ago

Boddlnagg commented 11 years ago

HTTP authentication does not work (neither Basic nor Digest). The reason seems to be that a WWW-Authorize header is sent, but the correct header would be WWW-Authenticate. The status code is also incorrectly not set to 401 Unauthorized when presenting the challenge.

jgauffin commented 11 years ago

doh! Stupid mistake. Fixed in the next commit.