Skip to content

Server Sanitization and Cleansing

damiancosmoschapman edited this page Oct 5, 2021 · 1 revision

Home / Developer / Server Tier / Sanitization and Cleansing

Definition of Server Sanitization and Cleansing.

Summary.

Before validation, PDF-API applies two stages of data cleansing - Cleansing works by amending the Json string passed in as an API parameter and Sanitization is applied to the populated DTO.

The Sanitization and Cleansing stages are both applied by the BaseTemplates.

Clone this wiki locally