cefsharp / CefSharp.Wpf.HwndHost

Designed as a drop in replacement for CefSharp.Wpf for those who want the native Win32 based implementation (For IME support and better performance).
Other
37 stars 11 forks source link

Embed Login Credentials in URL #24

Closed BlyZeDev closed 12 months ago

BlyZeDev commented 12 months ago

How can I embed the login credentials in the url?

https://USER:PASSWORD@website.com and https://USER:PASSWORD%40website.com

don't work.

BlyZeDev commented 12 months ago

Fixed by using https://website.com?username=USER&password=PASSWORD