Answer (Choose 1 answer)
Choose the correct information about security with RESTful Web Services.
the exam.
B A. All of the others.
B. None of the others.
C. Session Based Authentication Use session based authentication to authenticate a user whenever a request is made to a Web Service method.
D. No Sensitive Data in the URL - Never use username, password or session token in a URL, these values should be passed to Web Service via the POST method.
E. Validation - Validate all inputs on the server. Protect your server against SQL or NoSQL injection attacks.
Exit 25