InterviewSolution
Saved Bookmarks
| 1. |
What Are The Best Practices To Be Followed While Designing A Secure Restful Web Service? |
|
Answer» As RESTful web SERVICES work with HTTP URLs Paths so it is very important to safeguard a RESTful web service in the same manner as a website is be secured. Following are the best practices to be followed while designing a RESTful web service:
As RESTful web services work with HTTP URLs Paths so it is very important to safeguard a RESTful web service in the same manner as a website is be secured. Following are the best practices to be followed while designing a RESTful web service: |
|