-
Notifications
You must be signed in to change notification settings - Fork 373
Closed
Description
Describe the bug
@umeshp7 @shreys7
#72 #92
this causes a problem on Windows machines; by pasting the cURL generated code snipped into a Windows Command Prompt, you get the misleading error message:
curl: (1) Protocol "'https" not supported or disabled in libcurl
Which is just due to the single quotes, and can be fixed only by using double quotes.
Much like you have the option to change the line continuation character from \ to ^ in the Settings there, I think the single vs. double quote should also be an option.
As a bonus, would be nice if Postman detected that the machine is Windows and defaulted to ^ and " in the settings accordingly.
To Reproduce
Paste any resulting cURL snippet into a win cmd prompt
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels