The testing URL is:
$out{proxy_test_url}
The received content was $out{bytes} bytes:
$out{org_content}
$out{response}
The proxy anonymity testing URL is:
$out{anonymous_proxy_test_url}
Total tested $out{total_tested}
proxies.
Anonymous proxies detected:
$out{h_anonymous_proxies}
Non-anonymous proxies detected:
$out{h_non_anonymous_proxies}
Tip: You can access password protected
proxies be defining them in this shape: username:password@host:port
Example: user123:dh34fH@myproxyhost.com:3128
Currently only basic http authorization is supported. The username
and password are in url-encoded form. So if you have the
"@" sign you have to replace it with its code
%40. The code of ":" is %3A