mirror of
https://github.com/overte-org/overte.git
synced 2025-08-10 20:03:06 +02:00
add HTTPS request debugged to domain-server
This commit is contained in:
parent
bb44d8b478
commit
8edc4bf9d1
1 changed files with 1 additions and 0 deletions
|
@ -1169,6 +1169,7 @@ bool DomainServer::handleHTTPRequest(HTTPConnection* connection, const QUrl& url
|
||||||
|
|
||||||
bool DomainServer::handleHTTPSRequest(HTTPSConnection* connection, const QUrl &url) {
|
bool DomainServer::handleHTTPSRequest(HTTPSConnection* connection, const QUrl &url) {
|
||||||
const QString URI_OAUTH = "/oauth";
|
const QString URI_OAUTH = "/oauth";
|
||||||
|
qDebug() << "HTTPS request received at" << url.toString();
|
||||||
if (url.path() == URI_OAUTH) {
|
if (url.path() == URI_OAUTH) {
|
||||||
|
|
||||||
QUrlQuery codeURLQuery(url);
|
QUrlQuery codeURLQuery(url);
|
||||||
|
|
Loading…
Reference in a new issue