Kizspy | Question: 23 (Choose 1 answer)
Choose the correct information about security with RESTful Web Services.
A. Validation - Validate all inputs on the server. Protect your server against SQL or NoSQL injection attacks.
B. Session Based Authentication - Use session based authentication to authenticate a user whenever a request is made to a Web Service method.
C. 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.
D. All of the others.
E. None of the others.