SquidProxies Global Proxy Network

How to test proxies in Linux command line interface?

You can easily use our proxies within the Linux CLI using any command-line tool you love.

Below we have collected some instructions on ho  use CURL and WGET to send HTTP requests using our proxies.

Before you issue the requests, make sure your server IP address is authorized in our system.

1. Get the server public IP address by using the following command.

				
					$ curl http://ip.ip-check.net
				
			

2. Under the account control panel, make sure that the server’s public IP address we got in step 1 above is authenticated to use the proxies.

3. Here are the commands for WGET and curl respectively to issue requests using a proxy.

Note: We need to change 127.0.0.1:8800 with the proxy IP and port you have been assigned in your account control panel.

				
					$ wget -e use_proxy=yes -e http_proxy=127.0.0.1:8800
$ curl -x http://127.0.0.1:8800 -I https://ip-check.net
				
			

Table of Contents

Read more blogs

Get Proxies for Linux

Browse other Tutorials

Step-by-step instructions on how to set up proxies on your iPhone and iPad devices.

View our guide and example code on how you can use our proxies in PHP. We support PHP code as long as the CURL library is enabled.

Step-by-step guide on how to set up and use proxies in Microsoft Edge.