ASP.NET MVC – Adding bearer token when redirecting to an external page
I am having an issue wherein I cannot seem to pass a header when I'm redirecting a user to another page. The said page requires a Bearer token to be able to access the page, however, the Redirect method only…