Web applications attacks/Client side data

From aldeid
Jump to navigation Jump to search

Description

Client side data are data that are sent to your browser once the page has been interpreted by the server. Be very careful with data you send. Hence, it is very easy to intercept client-side data and modify them. In addition, never do critical filtering of data on client-side. See also client-side verifications.

Example

Protection

  • Hidden fields are to use with caution!
  • Never filter sensitive data on client-side but always on server-side.

Tools

Comments

Talk:Web applications attacks/Client side data