]> git.mxchange.org Git - friendica.git/blobdiff - src/Security/ExAuth.php
Merge pull request #10882 from MrPetovan/task/10865-contact-purge
[friendica.git] / src / Security / ExAuth.php
index 87f236d4eccce922da7c05fc9abea83123572fc8..fd71dea71a85e91609fc4459bb10504c48fb840b 100644 (file)
@@ -222,7 +222,7 @@ class ExAuth
 
                $url = ($ssl ? 'https' : 'http') . '://' . $host . '/noscrape/' . $user;
 
-               $curlResult = DI::httpRequest()->get($url);
+               $curlResult = DI::httpClient()->get($url);
 
                if (!$curlResult->isSuccess()) {
                        return false;