Skip to content

Latest commit

 

History

History
11 lines (7 loc) · 268 Bytes

File metadata and controls

11 lines (7 loc) · 268 Bytes

Use Proxy Server in cURL

We can specify a proxy server in cURL using the -x or --proxy argument.

Example

curl --silent --proxy http://100.64.0.5:8888 https://ipv4.devjugal.com

Source: StackOverFlow