make magic-auth work with profile vcard fetch
This commit is contained in:
parent
c49935d91c
commit
df6e75e1d6
@ -444,7 +444,8 @@ class Connedit extends \Zotlabs\Web\Controller {
|
|||||||
|
|
||||||
if($cmd === 'fetchvc') {
|
if($cmd === 'fetchvc') {
|
||||||
$url = str_replace('/channel/','/profile/',$orig_record[0]['xchan_url']) . '/vcard';
|
$url = str_replace('/channel/','/profile/',$orig_record[0]['xchan_url']) . '/vcard';
|
||||||
$x = z_fetch_url($url);
|
$recurse = 0;
|
||||||
|
$x = z_fetch_url(zid($url),false,$recurse,['headers' => ['Cookie: PHPSESSID=' . session_id()]]);
|
||||||
if($x['success']) {
|
if($x['success']) {
|
||||||
$h = new \Zotlabs\Web\HTTPHeaders($x['header']);
|
$h = new \Zotlabs\Web\HTTPHeaders($x['header']);
|
||||||
$fields = $h->fetch();
|
$fields = $h->fetch();
|
||||||
|
Reference in New Issue
Block a user