Forwarding an issue from here: https://github.com/dotnet/aspnetcore/issues/39516 and here: https://github.com/dotnet/aspnetcore/issues/36291 Basically, BrowserLink removes the headers from all requests, which makes usage of `etag` and `last-modified` impossible to test locally.
Forwarding an issue from here: dotnet/aspnetcore#39516
and here: dotnet/aspnetcore#36291
Basically, BrowserLink removes the headers from all requests, which makes usage of
etagandlast-modifiedimpossible to test locally.