Hello,
My provider has an obligated proxyserver. So when I connect by http I must connect through the proxyserver, otherwise I can't get any webpages. Port 80 is closed by my provider! I must use their proxyserver at port 8080!
Now I run a windrop bot. But all the scripts that connect to a webpage for information (weather script, imdb script etc etc) won't work. Because they try to connect directly to that webpage through port 80.
Now I search a sollution that these scripts don't connect immidiatly to port 80, but through the proxyserver.
Can anyone help me?