Protect Against Parameter Pollution in Express
View on Twitter
💡 HTTP Parameter Pollution (HPP) is an attack in which multiple params are sent with the same name, causing your Node.js app to parse them differently.
👉🏼 Use hpp with Express to always resolve with the last value as a String.