Pattern for verifying authenticity of a request to WCF service

Posted by fung on Stack Overflow See other posts from Stack Overflow or by fung
Published on 2010-05-31T03:14:34Z Indexed on 2010/05/31 3:22 UTC
Read the original article Hit count: 490

Filed under:
|
|

I have a client app that makes calls to a WCF service. This app is on a public computer that's easily accessible and anyone can easily copy the .EXE and .CONFIG of my app into another machine and start using it.

Is there a pattern where I can check if the request is coming only from an app on a computer I installed it on and not on one it has been copied to?

Thanks in advance.

© Stack Overflow or respective owner

Related posts about wcf

Related posts about authentication