Terry Aney
Terry Aney
I'm trying to do the same thing you described in the 'Last-Modified & If-Modified-Since' section. However, after the initial call to the controller, Chrome (and I tested FF too) doesn't...
I'm just saying that it doesn't even post back to my action so that I can check 'if-modified-since' against my database. The browser just caches it itself. So when I...
I didn't make a 'sample app'. I just pasted my controller and caching code. https://stackoverflow.com/questions/66052852/asp-net-core-web-api-checking-if-modified-since-header-not-working-because-brows Will see if anyone has ideas.
FYI, I updated my stack overflow answer [here](https://stackoverflow.com/a/66067418/166231). But to make this work with Swagger (maybe other clients as well), I had to put the following: ``` responseHeaders.CacheControl = new...
This happens when attempting to publish as well. I'm on Build 0.6.0.0 en-US.
@BrendanThompson Could you let me know how you installed it? I'm following the 'alpha' instructions on the homepage but getting an error during `dotnet restore` from within the src folder....
@RehanSaeed > ActivityTrackingOptions Is setting this required? In your nuget package you don't show that step in the readme. Additionally, I can't get mine to compile: ``` public static IHostBuilder...
@RehanSaeed I was missing `using Microsoft.Extensions.Logging;`. However, after doing this, I have a .NET 5 Razor Pages site making a call to a .NET 5 Web API site I wrote,...
Thanks. Read your article and have a question. But first, my issue was solved because that sample repo (and my code used same pattern) passed a `DelegatingHandler` into `HttpClient` constructor....
I understand that flow and had read Jimmy's article too, but it doesn't answer (or I missed it) where the `ParentId` is generated. It shows up as '9f5a78712badf543' above (or...