Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/matomo-org/matomo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'core/Http.php')
-rw-r--r--core/Http.php2
1 files changed, 2 insertions, 0 deletions
diff --git a/core/Http.php b/core/Http.php
index 6645edfb22..537330716a 100644
--- a/core/Http.php
+++ b/core/Http.php
@@ -162,6 +162,8 @@ class Http
$proxyUser = Config::getInstance()->proxy['username'];
$proxyPassword = Config::getInstance()->proxy['password'];
+ $aUrl = trim($aUrl);
+
// other result data
$status = null;
$headers = array();