3 references to TraceError
System.Net.Http (3)
System\Net\Http\SocketsHttpHandler\RedirectHandler.cs (3)
44
TraceError
($"Exceeded max number of redirects. Redirect from {request.RequestUri} to {redirectUri} blocked.", request.GetHashCode());
138
TraceError
($"Insecure https to http redirect from '{requestUri}' to '{location}' blocked.", response.RequestMessage!.GetHashCode());
149
TraceError
($"Redirect from '{requestUri}' to '{location}' blocked due to unsupported scheme '{location.Scheme}'.", response.RequestMessage!.GetHashCode());