X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=src%2FSecurity%2FExAuth.php;h=602acb0cb1bf72fd33dfc912d7f8b30dc1108d38;hb=053075533292b3cca26aed582e504c8f7fa8c7cc;hp=a402218f5662890c5bea84cbd9907695254b29d9;hpb=1d5206d594a76297f36ecbaa85ac1ef46ba57c1d;p=friendica.git diff --git a/src/Security/ExAuth.php b/src/Security/ExAuth.php index a402218f56..602acb0cb1 100644 --- a/src/Security/ExAuth.php +++ b/src/Security/ExAuth.php @@ -1,6 +1,6 @@ get($url); + $curlResult = DI::httpClient()->get($url, HttpClientAccept::JSON); if (!$curlResult->isSuccess()) { return false;