aspnet / Diagnostics

[Archived] Diagnostics middleware for reporting info and handling exceptions and errors in ASP.NET Core, and diagnosing Entity Framework Core migrations errors. Project moved to https://github.com/aspnet/AspNetCore
Apache License 2.0
213 stars 108 forks source link

Health endpoints should disable caching by default #411

Closed Drawaes closed 6 years ago

Drawaes commented 7 years ago

If the user enables caching on the site you don't want some intermediate proxy being "helpful" and caching a healthcheck

aspnet-hello commented 6 years ago

This issue was moved to aspnet/Home#2582