Access a webservice behind a membership provider
Posted
by George Johnston
on Stack Overflow
See other posts from Stack Overflow
or by George Johnston
Published on 2010-04-14T15:02:17Z
Indexed on
2010/04/14
15:03 UTC
Read the original article
Hit count: 226
I have one website that hosts a webservice which uses membership provider authorization. I would like to be able to authenticate through my webservice call from a second site without getting bounced back to my login page on the webservice site. How can I accomplish this?
© Stack Overflow or respective owner