pariazar / perfect-express-sanitizer

a complete package to control user input data to prevent Cross Site Scripting (XSS) ,Sql injection and no Sql injection attack
https://www.npmjs.com/package/perfect-express-sanitizer
MIT License
17 stars 2 forks source link

Form data not working #19

Open meetkreddotapps opened 1 year ago

meetkreddotapps commented 1 year ago

As i am send a request with form data it is not getting the values and gives undefined in req.body

image

and this is my setup of the library

image