Directly typing the below url in the browser, it works,
http://username:p%40ssword@examplesite.com:80/yyyy
But, when i use the same url, for selenium webdriver tests, it is connecting to
http://examplesite.com/yyyy
and asking for the HTTP authentication. Do i need to change any settings in the chrome browser, or tweak the default profile?