Skip to content

bodyParser: unable to obtain form-data from post request. #450

Open
@georgiosgiatsidis

Description

@georgiosgiatsidis

I can't obtain form-data of a post request.
req.body is empty or undefined.
I see in express.js
app.use(bodyParser.urlencoded({ extended: true }));
It seems to be ok but I don't know. I tried to make the same request in a clean express js rest api and it worked correctly.

The Content-type is application/json

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions