Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 4 Next »

This page explains how to implement Server-side Validation for your application using Canvas. Server-side validation is performed by the web server once the user input is sent to the server. Though the client-side validation has its own perks, the server-side validation ensures that the user input is validated against the server and the data is not malicious.

This provides a more secure way of processing the data based on the business rules while protecting it against potential threats.




  • No labels