W
W
wo0dpeker2020-07-20 19:02:01
JavaScript
wo0dpeker, 2020-07-20 19:02:01

How to get a POST request on NODE JS + Express?

There is a JSON object that needs to be accepted by the server. How to do it?

Answer the question

In order to leave comments, you need to log in

1 answer(s)
J
jamster, 2020-07-21
@wo0dpeker

Use the npm module https://www.npmjs.com/package/body-parser
And set the correct content-type headers on the front when posting to the server if needed.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question