Skip to content

Server Sanitization and Cleansing

DeclanBuckley edited this page Jan 25, 2021 · 11 revisions

Home / Developer / Server Tier / Sanitization and Cleansing

Definition of Server Sanitization and Cleansing.

Summary.

Before validation, PxStat 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