QWebView authorization with username and no password
-
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