I am automating a website which requires HTTP Basic Authentication.
The suggestions given in this link work like a charm in most cases:
Can you pass user/pass for HTTP Basic Authentication in URL parameters?
However, some of the users have a Question Mark (?
) in password.
Please advise on how to escape the question mark.
P.S.
I am aware that @
in the username can be escaped as %40
.