I need to write an small MVC website which sole purpose is to capture headers sent from a legacy website, add these headers to a request and redirect to a Blazor server app (including headers).
How can I add headers to a request and redirect to an external URL in a controller action?