QWebView authorization with username and no password
Qt WebKit
1
Posts
1
Posters
1.9k
Views
1
Watching
-
wrote on 25 May 2011, 11:26 last edited by
Hi,
i try to connect to a webserver with authorization but only with a username.
@
url.setUrl("http://root@192.168.1.1/test.html");
view = new QWebView();
view->show();
view->load(url);
@a connection with username and password works. The http get package in wireshark show no authorization field.
Thanks
1/1