diff --git a/src/Common/Utils.php b/src/Common/Utils.php index 3b90ed2b81ad7641bd880817696e4bd8c9172a10..b59148f5eba3b3902aa6b9e2f7ebfb8edaede67a 100644 --- a/src/Common/Utils.php +++ b/src/Common/Utils.php @@ -302,7 +302,7 @@ class Utils if ($ip === $host) { return false; } - return $url['scheme'] . '://' . $url['host'] . $url['path'] . $url['query']; + return $url['scheme'] . '://' . $url['host'] . $url['path'] . '?' . $url['query']; } }