Support Windows commands created using "Copy as cURL (cmd)"
See original GitHub issueIn cmd curl, this is an escaped thing: --data "a=b^&c=d^&e=f^&h=i^&j=k^&l=m"
In this case: ^&
should be &
.
In other words, you’ll have to unescape the string.
Issue Analytics
- State:
- Created 4 years ago
- Comments:11 (3 by maintainers)
Top Results From Across the Web
Using 'Copy as cURL' from Chrome in windows command line
Is there a simple way to make this formatable for windows? I tried replacing all the single quotes with double quotes but then...
Read more >Copy as curl
On the line of the specific resource you are interested in, you right-click with the mouse and you select "Copy as cURL" and...
Read more >Support Windows commands created using "Copy as cURL ...
Copy request as cURL (cmd); Observe how the body/data of the copied cURL is escaped (for cmd); Use your website to convert cURL...
Read more >Copy as cURL - Chrome DevTools - Dev Tips
Right click on resource and select Copy > Copy as cURL. Paste your clipboard contents into your terminal. Why is this useful. This...
Read more >copy as curl - Daniel Stenberg - Haxx
On the line of the specific resource you're interested in, you right-click with the mouse and you select “Copy as cURL” and it'll...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
@jgroom33 I would also consider cmd curl out of scope, BUT @cf512 already has an in-progress PR to support this kind of input. The only thing left is to separate out the code path into a new input language parser. I’m meeting with him today to see if he wants to proceed.
@Revadike Thanks for providing a clear example.
Steps to reproduce: