Tagged Questions
3
votes
2answers
2k views
How to make netcat use an existing HTTP proxy
I can access a web page just fine by directly hitting my web server as follows:
$ echo "GET /sample" | nc web-server 80
This is contents of /sample...
$
Now, I would like netcat to go via a Squid ...