Windows Basic authentication for URL

Hi ,

I am new to Robot Automation using Selenium Library. When entering the application URL it redirect to authentication pop up.

How I can handle this issue in VS Code IDE.

Currently I am using VS Code IDE, Selenium Library and Python.

If it’s basic authentication, you could try calling

http://username:password@example.com/ 

See Can you pass user/pass for HTTP Basic Authentication in URL parameters? - Server Fault