HTTP_PROXY with special chars

How could /etc/sysconfig/proxy handle special chars in password ?

For example - HTTP_PROXY=“http://user0001:@part1!part2@proxy.company.com:80”

Here “@part1!part2” is the password.

Any help greatly received.

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Considering that looks a lot like a URL have you tried URL encoding the
value? I’m sure you’re vamiliar with the %20 you can get in URLs for
spaces. ‘20’ is the hex value for a space. So… looking at my
handy-dandy ascii table… ‘21’ is hex for ‘!’. Perhaps try putting %21
in there instead to see if that helps.

Good luck.

matvrix wrote:
| How could /etc/sysconfig/proxy handle special chars in password ?
|
|
| For example -
| HTTP_PROXY=“http://user0001:@part1!part2@proxy.company.com:80”
|
| Here “@part1!part2” is the password.
|
| Any help greatly received.
|
|
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.2 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iD8DBQFIWSG73s42bA80+9kRAnQKAJ48uEzp3rlEX+NkfxQOb2aQLcbCFACffSxi
xpPZfjzTeFjUHwfb2+KL9tY=
=wyKR
-----END PGP SIGNATURE-----

Am afraid it doesn’t work.