Special characters in Password are converting URL into a String and truncating the URL after the password in the URL .
Here is what I am using
webbrowser.navigate("http://username:pww@word@www.something.com")
when I see the above request in the VS browser it is like ..
http://username:pww
and the result is “Page Not Found “
When there is no special character in the password the link goes fine without any issues ..Please Help Thanks In Advance
1 Answer