RickStrahl / Westwind.AspnetCore.LiveReload

ASP.NET Core Live Reload Middleware that monitors file changes in your project and automatically reloads the browser's active page
Other
469 stars 42 forks source link

Redirect intercepted #54

Closed stianl closed 3 years ago

stianl commented 3 years ago

It seems like redirects are intercepted. If a Razor page issues a redirect the live reload script is injected and no redirect performed.

RickStrahl commented 3 years ago

What happened?

RickStrahl commented 3 years ago

Redirects shouldn't be intercepted as only 200 and 500 are requests inject script. all other requests just pass through the response as is.