0

I'm using Node.js express and httpAsyncClient library in android.

I was send request to express use Post include parameter.

Request is does work. but I can't get parameter in Post

I used this " var id = req.body.id; "

I think httpAsyncClient parameter type is form-data. but express is handle x-www-form-urlencoded.

How can i do?

0

1 Answer 1

0

You'll need to configure a body-parser middleware. After that you should be able to get some results.

Sign up to request clarification or add additional context in comments.

Comments

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.