mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-26 23:13:13 +02:00
try fix basic auth realm missing quote
This commit is contained in:
@@ -280,7 +280,7 @@ std::string CyhookHandler::BuildHeader(bool cache) {
|
||||
switch (httpStatus) {
|
||||
case HTTP_UNAUTHORIZED:
|
||||
result += "WWW-Authenticate: Basic realm=\"";
|
||||
result += AUTH_NAME_MSG "\r\n";
|
||||
result += AUTH_NAME_MSG "\"\r\n";
|
||||
break;
|
||||
|
||||
case HTTP_MOVED_TEMPORARILY:
|
||||
|
Reference in New Issue
Block a user