Pass value from one ASP.NET app to another via HTTP Header
Posted
by Whiskey-Tango-Foxtrot
on Stack Overflow
See other posts from Stack Overflow
or by Whiskey-Tango-Foxtrot
Published on 2010-06-15T13:20:42Z
Indexed on
2010/06/15
13:22 UTC
Read the original article
Hit count: 256
We are implementing a single sign on mechanism in an enterprise environment, where the token is shared between applications using HTTP header. Now, in order to do 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 a custom HTTP header in the process?
Thanks
© Stack Overflow or respective owner