I am wanting to include my username and password in my url like so, http://username:password@website/path/to/page.aspx
However my username contains the slash for the domain. Like: domain\user
How can I still pass my credentials through the url when this is the case? Thanks!
urlencode it, e.g.
%5Cwill be treated as a \