I have the following cURL command:
curl.exe -X GET -k _https://url --proxy proxy.example:80 --proxy-user "user:password"
I've been trying using a global proxy like global-tunnel or something like node-tunnel but I dont know if its a correct approach
The question is how to transform this curl command in a Node.js code
I guess that must be a simple solutions but I couldn't figure it out