mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-08-26 23:13:00 +02:00
try fix basic auth realm missing quote
Origin commit data
------------------
Branch: ni/coolstream
Commit: 576d6050ed
Author: Marc Szymkowiak <marc.szymkowiak91@googlemail.com>
Date: 2023-02-20 (Mon, 20 Feb 2023)
------------------
This commit was generated by Migit
This commit is contained in:
committed by
vanhofen
parent
3933e2ccf3
commit
53bc1ca945
@@ -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