You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
Screenshots
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
The text was updated successfully, but these errors were encountered:
Describe the bug
Curl snippets fail when form data have semicolon(;) in it.
To Reproduce
Expected code snippet and corresponding request

According to curl documentation the form values which have semicolon or comma (; or ,) should be enclosed within qoutes.
Screenshots

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
The text was updated successfully, but these errors were encountered: