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
Is your feature request related to a problem? Please describe.
The server I use is installed with a relatively low curl version, which does not support --data-raw. If I want to manually execute the command, I need to change --data-raw to --data, which is very inconvenient
Describe the solution you'd like
Is it possible to add an option to allow users to choose --data-raw or --data in the generated curl command
Additional context
Add any other context or screenshots about the feature request here.
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe.
The server I use is installed with a relatively low curl version, which does not support --data-raw. If I want to manually execute the command, I need to change --data-raw to --data, which is very inconvenient
Describe the solution you'd like
Is it possible to add an option to allow users to choose --data-raw or --data in the generated curl command
Additional context
Add any other context or screenshots about the feature request here.
The text was updated successfully, but these errors were encountered: