passing a request through a proxy.
Posted: Tue Sep 28, 2004 8:28 pm
I want to prove to my networking teacher that the websense proxy DOESNT work. I've got a bet with him that if I win I get an A for the term.
I tried using a proxy, but once I found a proxy site that worked I realized that we already have proxies set up and I cant chain them right.
Then I got an idea. I could do something like this:
but send that through a proxy. could anyone tell me how?
Then just http://example.com/go.php?url=http://ex ... ontent.htm would do it.
Heh. I'll teach that old coot a lesson
.
I tried using a proxy, but once I found a proxy site that worked I realized that we already have proxies set up and I cant chain them right.
Then I got an idea. I could do something like this:
Code: Select all
<?php
header("Location: $_POST['URL']");
exit;
?>Then just http://example.com/go.php?url=http://ex ... ontent.htm would do it.
Heh. I'll teach that old coot a lesson