Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2016-07-29 | Return 403 instead of 401 for missing authentication | Florian Pritz | 1 | -1/+1 | |
According to the RFC this is only useful for services that use HTTP's built in authentication schemes. We don't so we can't use this code. References: https://tools.ietf.org/html/rfc7235 Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2015-02-03 | generalize authentication handling | Florian Pritz | 1 | -0/+14 | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> |