Alessandro Fachin <[EMAIL PROTECTED]> writes:
> I write this simply code that should give me the access to private page with
> htaccess using a proxy, i don't known because it's wrong...
[...]
> i get no access on access.log from apache2 and nothing from the proxy in
> tcpdump log. If i use only
I write this simply code that should give me the access to private page with
htaccess using a proxy, i don't known because it's wrong...
import urllib,urllib2
#input url
url="http://localhost/private/file";
#proxy set up
proxy_handler = urllib2.ProxyHandler({'http': 'http://myproxy:'})
#h