WCF how to pass token for authentication?
Posted
by Kevin
on Stack Overflow
See other posts from Stack Overflow
or by Kevin
Published on 2010-04-09T04:46:46Z
Indexed on
2010/04/09
4:53 UTC
Read the original article
Hit count: 664
I have a WCF service which would like to support basicHttpBinding and webHttpBinding. When the client successfully login, server will generate a token for client to pass to server on all the request make later. Question is how the client can pass the token to server? I don't want to add an extra parameter on every web method to hold the token.
© Stack Overflow or respective owner