I have a Blazor Server Assembly in .NET 8, and I would like to redirect the browser to pages but add custom headers to the HTTP request the browser would make, in order to pass certain parameters that are not blatantly visible like on the query string.
Is there a way to do this?
I did find the exact same question asked 2 years ago with no answer (crickets chirping).