Fredrik Lundh wrote:
> Phoe6 wrote:
> > Hi,
> > The following piece of code works properly when my proxy password
> > contains characters[a-zA-Z0-9] etc. But when my proxy password
> > contained something like '|\/|' , the httplib incorrectly indentified
> > it as separator.
>
> if you want to
Phoe6 wrote:
> Hi,
> The following piece of code works properly when my proxy password
> contains characters[a-zA-Z0-9] etc. But when my proxy password
> contained something like '|\/|' , the httplib incorrectly indentified
> it as separator.
if you want to prevent the URI parser from treatin
Hi,
The following piece of code works properly when my proxy password
contains characters[a-zA-Z0-9] etc. But when my proxy password
contained something like '|\/|' , the httplib incorrectly indentified
it as separator. How do I resolve this issue.
# Proxy Address
PROXY_IP = "1.1.9.8:80"
#