Body parser in Express JS?

what extended:false or true does in body-parser ?

Code

var app = express()
// parse application/x-www-form-urlencoded
app.use(bodyParser.urlencoded({ extended: false }))

Scroll down on this link and see what you think.

3 Likes

that helped a lot.
thanks

This topic was automatically closed 91 days after the last reply. New replies are no longer allowed.