We are introducing a single sign mechanism in a corporate environment where the token is divided between applications using an HTTP header. Now, to complete the integration test, I need to write an application to simulate this.
Is there any way in ASP.NET where I can redirect to another web page and pass the custom HTTP header in this process?
thank
source
share