Muhammad Rehan Saeed
Muhammad Rehan Saeed
@codeandcats Good top tip!
@ElectricVampire Open Telemetry metrics are still a work in progress. You can push logs via Open Telemetry so they show up in tools like Jaeger but this is not currently...
@ElectricVampire You can use `HttpContext.TraceIdentifier = foo` for that.
**noor** commented on **2018-10-23 20:40:00** well that's cool
@zaLTys Good question! I suppose that wouldn't work, given that they use a dictionary. You'd have to fallback to doing it manually.
**[Robin](http://floodassist.co.uk)** commented on **2017-10-26 15:48:26** hmmm, I'm doing similar things by adding the following to my Configure method in startup.cs: ```cs app.UseStaticFiles(new StaticFileOptions { OnPrepareResponse = ctx = { const...
**[Shahzad Hassan](https://www.softmatters.co.uk)** commented on **2017-10-26 16:08:14** Thanks for sharing. Yet again, a very nice blog indeed. I have a question for you. I know that Response Caching cannot be used...
**[Muhammad Rehan Saeed](https://rehansaeed.com)** commented on **2017-11-13 09:03:31** > hmmm, I'm doing similar things by adding the following to my Configure method in startup.cs: > > ```cs > app.UseStaticFiles(new StaticFileOptions >...
**[Muhammad Rehan Saeed](https://rehansaeed.com)** commented on **2017-11-13 09:11:13** > Thanks for sharing. Yet again, a very nice blog indeed. I have a question for you. > > I know that Response...
**Shahzad Hassan** commented on **2017-11-23 08:26:51** > [This](https://github.com/aspnet/ResponseCaching/issues/128) GitHub issue in the aspnet/ResponseCache repository deals with caching being turned off when the Authorization HTTP header is present. > > In...