Which of the following is a best practice for designing a secure RESTful web service?
A.Validate Malformed XML/JSON - Check for well formed input passed to a web service method
B. Throw generic Error Messages - A web service method should use HTTP error messages like 403 to show access forbidden etc
C.Both of the above
D.None of the above
Answer and Feedback
Answer:C