How are RESTful WCF services secured so that only the calling application can call them?
Posted
by Kevin Babcock
on Stack Overflow
See other posts from Stack Overflow
or by Kevin Babcock
Published on 2009-12-15T21:14:04Z
Indexed on
2010/03/09
10:06 UTC
Read the original article
Hit count: 516
I have an application that uses Silverlight and ASP.NET as a front-end. It retrieves data from the server by calling some RESTful WCF services that are hosted there. I'd like to prevent the curious user from opening up a new browser window and calling the web service themselves. Is there a way to restrict access to the web services to a specific application?
Thanks!
© Stack Overflow or respective owner