Different ways to secure RESTful Web service in java used by one or two clients only? -
i have created rest web service in java need secure authorised clients should able access service. have never implemented security before. hence have no idea start honest. need implement token based security client need provide token in header of request , need verify on end ?
as restful web services work http url paths, important safeguard restful web service in same manner website secured.
for understanding of importance of security consider following links:
http://howtodoinjava.com/security/restful-web-services-security-guide/
how secure restful web services?
while implementation using spring use given link:
Comments
Post a Comment