From 79af814a2b2a32dccbd66e3f53108dabff0d4557 Mon Sep 17 00:00:00 2001 From: niansa Date: Sun, 16 Aug 2020 14:18:21 +0200 Subject: [PATCH] Updated structures again --- libcommsyauth.hpp | 2 ++ login.ui | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/libcommsyauth.hpp b/libcommsyauth.hpp index 794c122..3d92cf9 100644 --- a/libcommsyauth.hpp +++ b/libcommsyauth.hpp @@ -47,6 +47,7 @@ public: //mNetReq->setTransferTimeout(15000); mNetReq->setUrl(serverBaseUrl); mNetReq->setAttribute(QNetworkRequest::FollowRedirectsAttribute, true); + std::cout << mNetReq->url().toString().toStdString() << std::endl; mNetManTestconn->get(*mNetReq); } @@ -66,6 +67,7 @@ public: mNetReq->setHeader(QNetworkRequest::ContentTypeHeader, "application/x-www-form-urlencoded"); // Perform the request + std::cout << mNetReq->url().toString().toStdString() << std::endl; mNetManAuth->post(*mNetReq, mNetQuery.toString(QUrl::FullyEncoded).toUtf8()); } diff --git a/login.ui b/login.ui index 0dfc327..331cd37 100644 --- a/login.ui +++ b/login.ui @@ -49,7 +49,7 @@ Qt::ImhNoAutoUppercase|Qt::ImhNoPredictiveText|Qt::ImhPreferLowercase|Qt::ImhUrlCharactersOnly - http://localhost:1234 + https://unterricht.sh.schulcommsy.de/ Server Adresse