How to protect your web services

Read more about every vulnerability on OWASP site and how to protect your system from being exploited. Below some means to be taken are listed:

  • Validate data - all data that can be inserted to the system must be controlled. Read more on OWASP page about data validation. Also encoding on data you are sending should be validated.
  • Intrusion detection - do not let and intruder work undisturbed.
  • Be careful about your error messages
  • Don't show internal references
  • Make sure data and traffic are sufficiently encrypted