PHP, Quick Tips
How to convert cURL syntax to PHP, Node.js or Python
How convert cURL syntax to code
I show you how can you quickly and easy convert cURL syntax (from Chrome) to PHP, Node.js or Python code.
How it work in 4 steps
- Open “Network” Tab in Chrome DevTools (F12).
- Right click on Request and select “Copy as cURL”.
- Go to https://curl.trillworks.com
- Paste “Curl command” and enjoy the magic.
At the end you can thank the author.
Thanks Nick!
No Comment