Basic Node and Express - Get Data from POST Requests

Tell us what’s happening:

I’ve implemented the POST handler for /name exactly as instructed, and when I test it manually in the browser or with the provided HTML form, it works perfectly - returning {“name”:“firstname lastname”} as expected.

###Your project link(s)

solution: http://localhost:3000

Your browser information:

User Agent is: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36

Challenge Information:

Basic Node and Express - Get Data from POST Requests

Welcome to the forum @adeeb07

Please post your code, as localhost will only work on your computer.

Happy coding