Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Closed
someshkoli opened this issue May 27, 2020 · 0 comments · Fixed by #277
Closed

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

someshkoli opened this issue May 27, 2020 · 0 comments · Fixed by #277

Comments

@someshkoli
Copy link
Contributor

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant