How can I create and use a web service in public but still restrict its use to only my app?

Posted by Glenn on Stack Overflow See other posts from Stack Overflow or by Glenn
Published on 2010-04-08T16:46:33Z Indexed on 2010/04/11 12:33 UTC
Read the original article Hit count: 231

Filed under:
|
|

I'm creating a web service with create/update/delete calls. But for now I'd like to restrict use of it on my own web app and no other clients. How can I have clear text javascript code that makes these calls but still be confident the credentials won't be used elsewhere?

My idea is to use server side generated nonces for each request. But I am open to different ideas you guys may have. Thanks.

© Stack Overflow or respective owner

Related posts about webservice

Related posts about security