diff --git a/services/proxy/pkg/middleware/authentication.go b/services/proxy/pkg/middleware/authentication.go index f81e4dec1..ee8ae9b05 100644 --- a/services/proxy/pkg/middleware/authentication.go +++ b/services/proxy/pkg/middleware/authentication.go @@ -204,7 +204,6 @@ func evalRequestURI(l userAgentLocker, r regexp.Regexp) { return } } - l.w.Header().Add(WwwAuthenticate, fmt.Sprintf("%v realm=\"%s\", charset=\"UTF-8\"", caser.String(l.fallback), l.r.Host)) } func getTraceProvider(o Options) trace.TracerProvider {