Skip to content

curl import fails for multipart/form-data #335

@flawiddsouza

Description

@flawiddsouza

Similar bug is with Curl import, only part of the request is imported.

curl --request POST \
  --url https://login.microsoftonline.com/ten/oauth2/v2.0/token \
  --header 'Content-Type: multipart/form-data' \
  --form client_id=uuid \
  --form scope=https://graph.microsoft.com/.default \
  --form 'client_secret=secret' \
  --form grant_type=client_credentials

Restfox v0.38

Originally posted by @dr41d45 in #316

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions