Qt C++ QtWebKit Application

70 Views Asked by At

I made a web browser using qtwebkit. Site I want to enter without applying "http://atlas". This is subversion repository. I need username and password prompt. But , There is no direct authorization saying no authorization.

void WebBrowser::on_webView_loadStarted()
{
    ui->webView->load(ui->lineEdit->text());
}

Output

FireFox Browser wants this user login as follows,Why is not it the same?

0

There are 0 best solutions below