Skip to content

Curl request Fail when form-data have semicolond in it #257

@someshkoli

Description

@someshkoli

Describe the bug
Curl snippets fail when form data have semicolon(;) in it.

To Reproduce

  • Create any request with form-data containing semi-colon(;)

Expected code snippet and corresponding request
According to curl documentation the form values which have semicolon or comma (; or ,) should be enclosed within qoutes.
image

Screenshots
image

Additional context
enclosing the contents inside quotes is helpfull but it comes with a downside. The quotes become part of the form data and are sent together

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions