M
M
maldunekb2017-09-06 19:22:54
Node.js
maldunekb, 2017-09-06 19:22:54

How to send a request with data to the local node server?

How to send a request to the local node server with data ?
I only know about curl, but I can’t put it in the path for a cut

Answer the question

In order to leave comments, you need to log in

1 answer(s)
A
Alexey Yarkov, 2017-09-06
@maldunekb

$ curl -X POST http://localhost:8080 --data-urlencode "data=value"

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question