Curl Powershell Proxy

Curl, PowerShell, Certificates and Proxies – Wolfgang Ziegler July 13, 2015 Recently, I was working on a web application and tested it using the PowerShell curl command. All nice and smooth …Except for when I was using …The reason was the self-signed certificate I had been using for test purposes, […]

Curl Socks Proxy

How to Use Socks5 Proxy in Curl – Yuanle’s blog Created On: 2016-12-22 Curl has the best proxy support among many HTTP clients and download tools. This is how you use a socks5 proxy and also resolve hostname in the URL using the socks5 proxy. For some use case, resolving […]