Nginx serving static files with ETag but not ASPNET requests
How can I add ETag support for my API calls? Is this something to add in Nginx, Kestrel, or ASPNET?
2 Replies
https://learn.microsoft.com/en-us/aspnet/core/performance/caching/output?view=aspnetcore-7.0
This, probably?
Output caching middleware in ASP.NET Core
Learn how to configure and use output caching middleware in ASP.NET Core.
ok thank you! @mtreit