$req = "GET http://$theHost:$thePort$theUrl HTTP/1.1\r\n";
to get this code:
if($proxyHost && $proxyPort) {
$req = "GET http://$theHost:$thePort$theUrl HTTP/1.1\r\n";
$theHost = $proxyHost;
$thePort = $proxyPort;
}
| TWiki version: | TWiki20030201 |
| TWiki plugins: | KoalaSkin, TablePlugin, ... |
| Server OS: | RedHat-7.3 |
| Web server: | apache-1.3.27-2 |
| Perl version: | perl-5.6.1-34.99.6 |
| Client OS: | RedHat-7.3 |
| Web Browser: | Mozilla-1.2.1 |
) is the remote server port number! This patch needs to be merged with the other to form a full fix.
I'm marking this a BugDuplicate (even though it was logged first) since the other page contains a patch that matches the PatchGuidelines, and fixes a few other problems at the same time.
-- MichaelSparks - 20 Jul 2003