flash - WCF: Issued Token authentication over Basic HTTP -


I am trying to create a WCF service that will use token-based authentication (hence I need to send a user name And password with every request) but I would like to keep the interface simple, basic HTTP (s), because I should be able to call service from flash It seems that the issued token authentication mode is used in WS- Federation (as well as SAML God be with STS also other complications like).

Is it possible to use token-based authentication Basic HTTP? If not, what is the best way to fulfill this scenario?


Comments

Popular posts from this blog

c# - How to capture HTTP packet with SharpPcap -

php - Multiple Select with Explode: only returns the word "Array" -

php - jQuery AJAX Post not working -