简体   繁体   中英

Bypass Credential dialog box of internet explorer

My c# application opens the Internet explorer for different web URL/ domains. And I have all those credential information (username, password and domain name) stored in the database for each web application. Now how I can authenticate automatically without entering credential in “Network Credential” dialog box using code or bypass that dialog box? In other words I need to store those credential on system so no need to enter. I am using c#

您可以使用http:// user:password@protected-url.com/somepage.html ,但这会将信息存储在浏览器的历史记录中。

Some time back, I was stumbled upon similar issue that I wrote about; see if it helps you.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM