I know and use this in command line https://username:password@example.com. But, what can i do when my password has a @? Something like passw@rd.
I forgot how do that, many unsuccessful attempts.
I know and use this in command line https://username:password@example.com. But, what can i do when my password has a @? Something like passw@rd.
I forgot how do that, many unsuccessful attempts.
The best option would be to try using the URL Encoded value of the @ symbol (%40). If you're passing the password in the proxy . e.g.:
http.proxy=http://userId:pwd%40123@ipaddress:port
Hope this helps you out.