I know, I just want to have the id like this in the web site:
<input type="hidden" name="lt" value="_cC02BDB12-D1D9-7155-261D-9D1174D68BD3_k4E4C0CC3-872E-EA91-456C-A29E1E0B4CF5" />

I was using this method for the sslError but i don't have any error:

Qt Code:
  1. void FenPrincipale::ErreurSsl(const QList<QSslError> & errors)
  2. {
  3. qDebug () << "errorSSl";
  4. for (int i=0; i < errors.length(); i++)
  5. {
  6. qDebug() << "errorSSl = " << errors[i].errorString();
  7. }
  8. }
To copy to clipboard, switch view to plain text mode 

Why i don't have any SSL error ? why the web site return nothing (no redirection) ?