Tell us what’s happening:
Describe your issue in detail here.
Nothing is working. i read posts on the forum and applied the suggestions, nothing is working.
I even copy/pasted the solution offered by fcc itself but it’s NOT working. So then, what works?
app.post("/name", function(req, res) {
// Handle the data in the request
var string = req.body.first + " " + req.body.last;
res.json({ name: string });
});
Your project link(s)
solution: https://replit.com/@yellowflash2012/boilerplate-express
Your browser information:
User Agent is: Mozilla/5.0 (X11; CrOS x86_64 13904.41.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.81 Safari/537.36
Challenge: Get Data from POST Requests
Link to the challenge: