aspnet / BrowserLink

Browser Link loader for Visual Studio integration
Apache License 2.0
17 stars 21 forks source link

If-None-Match and If-Modified-Since headers are removed from request to ASP.NET Core WebApi #114

Open Liero opened 1 year ago

Liero commented 1 year ago

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.