Server-Side Validation Framework

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.