Add extra parameters to prelogin request

This commit is contained in:
Kevin Yue
2020-05-29 23:44:02 +08:00
parent 1e2322b938
commit 86ad51b0ad
2 changed files with 2 additions and 2 deletions

View File

@@ -14,7 +14,7 @@ using namespace gpclient::helper;
PortalAuthenticator::PortalAuthenticator(const QString& portal) : QObject()
, portal(portal)
, preloginUrl("https://" + portal + "/global-protect/prelogin.esp")
, preloginUrl("https://" + portal + "/global-protect/prelogin.esp?tmp=tmp&kerberos-support=yes&ipv6-support=yes&clientVer=4100&clientos=Linux")
, configUrl("https://" + portal + "/global-protect/getconfig.esp")
{
}