curlconverter / curlconverter

Transpile curl commands into Python, JavaScript and 27 other languages
https://curlconverter.com
MIT License
7.17k stars 867 forks source link

Escape characters in URL for Node + request #615

Closed verhovsky closed 5 months ago

verhovsky commented 5 months ago

Closes #187 although this means the JS code sends a different URL than the curl command would, as described in my comment on that issue.