From fa944fc52646219d69f910d7cd4750db9c8f11bd Mon Sep 17 00:00:00 2001 From: zotlabs Date: Mon, 27 Feb 2017 23:48:54 -0800 Subject: provide 'session' option to z_fetch_url to assist with remote fetches requiring magic auth --- Zotlabs/Module/Connedit.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Zotlabs/Module/Connedit.php') diff --git a/Zotlabs/Module/Connedit.php b/Zotlabs/Module/Connedit.php index 229f0dfe3..5b7c23028 100644 --- a/Zotlabs/Module/Connedit.php +++ b/Zotlabs/Module/Connedit.php @@ -445,7 +445,7 @@ class Connedit extends \Zotlabs\Web\Controller { if($cmd === 'fetchvc') { $url = str_replace('/channel/','/profile/',$orig_record[0]['xchan_url']) . '/vcard'; $recurse = 0; - $x = z_fetch_url(zid($url),false,$recurse,['headers' => ['Cookie: PHPSESSID=' . session_id()]]); + $x = z_fetch_url(zid($url),false,$recurse,['session' => true]); if($x['success']) { $h = new \Zotlabs\Web\HTTPHeaders($x['header']); $fields = $h->fetch(); -- cgit v1.2.3