• caglararli@hotmail.com
  • 05386281520

Preventing HTTP requests containing XSS in nodeJS

Çağlar Arlı      -    11 Views

Preventing HTTP requests containing XSS in nodeJS

I want my expresJS server to detect and stop any request containing XSS input before it gets saved in the database, as my website does not utilize any html input, and it does not need to.

What is the best method for doing that?