mirror of
https://github.com/overte-org/overte.git
synced 2025-04-08 14:12:50 +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) {
|
||||
const QString URI_OAUTH = "/oauth";
|
||||
qDebug() << "HTTPS request received at" << url.toString();
|
||||
if (url.path() == URI_OAUTH) {
|
||||
|
||||
QUrlQuery codeURLQuery(url);
|
||||
|
|
Loading…
Reference in a new issue