How to do REST securely and with sensitive data?
Posted
by Earlz
on Stack Overflow
See other posts from Stack Overflow
or by Earlz
Published on 2010-03-23T22:01:28Z
Indexed on
2010/03/23
22:03 UTC
Read the original article
Hit count: 390
Hello, we are implementing a new web service. The web service will be a store of sensitive data and there are multiple users types with different permissions. So some user types can't access(and some can't change, and so on) certain types of data. How would this work in REST? I'm very new to REST, so sorry if this sounds noobish.
© Stack Overflow or respective owner