X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=src%2FSecurity%2FExAuth.php;h=fd71dea71a85e91609fc4459bb10504c48fb840b;hb=5d0b7fd87b0b165bc4b57ec2e8d88f548254a840;hp=87f236d4eccce922da7c05fc9abea83123572fc8;hpb=97f07b75181f714287307f5263f1951a7943e08c;p=friendica.git diff --git a/src/Security/ExAuth.php b/src/Security/ExAuth.php index 87f236d4ec..fd71dea71a 100644 --- a/src/Security/ExAuth.php +++ b/src/Security/ExAuth.php @@ -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;