Pass value from one ASP.NET app to another via HTTP Header -
We are implementing a single signature on the mechanism in the enterprise environment, where the token is used between the application using HTTP headers Has been shared. Now, to test the integration, I have to write an application to do this simulation.
Is there a way in ASP.NET, where I can redirect to another webpage and pass a custom HTTP header in this process?
Thank you
You have a page on Site B Which requires a redirect to the Site A user, which also sets a cookie with the desired value.
For example.
Authentication. ASPX will set a cookie and then each request will be received.
Comments
Post a Comment