Anyone please explain me. Is REST web service secured for ASP.NET Web Applications?
Asked
Active
Viewed 295 times
-1
-
1REST is as secure as HTTP. Does that solve all security problems? – duffymo Sep 13 '12 at 10:46
-
its not as secure as you can get with normal WCF. – Vignesh.N Sep 13 '12 at 10:53
-
The question is not clear much while REST web service and ASP.NET Web are two different thing? – cuongle Sep 13 '12 at 14:46
2 Answers
1
It depends what you mean by secured.
If the REST web service is hosted on an SSL secured domain then it would be secure in the sense that data involved would be encrypted.

Justin Harvey
- 14,446
- 2
- 27
- 30
-
"In that sense" - in what sense? The sense that I suspect you mean is that you'd have some mmitigation against eavesdropping, but if the service doesn't authenticate/authorize its users then SSL has limited benefit. – Dan Puzey Sep 13 '12 at 10:51
0
As written in above answer, it depends on your configuration. You can have a secure or partially secure REST service.
Check below links for clear understanding.
How to configure secure WCF rest services:
How to configure secure RESTful services with WCF using username/password + SSL
Securing WCF Rest services for ASP.NET:

Community
- 1
- 1

Jai Mallesh Babu
- 325
- 1
- 3
- 11