Skip to content

Unsupported content-type: multipart/form-data #186

Description

@detj

Got this error when the request is encoded as multipart/form-data.

{
    "code": 400,
    "text": "Bad request",
    "errorMessage": "Unsupported content-type: multipart/form-data",
    "status": 0
}

In one of the calls, I need to send binary data & hence need the form-data encoding. Is this on the roadmap? For now can I use request.raw.req to still process the incoming data and make the upload work?

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

Labels

featureNew functionality or improvement

Type

No type

Projects

No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions