From 932397b47be25b042907ab888e3abcb51cbb84b2 Mon Sep 17 00:00:00 2001 From: Friendika Date: Mon, 27 Jun 2011 19:47:55 -0700 Subject: trim webfinger request --- boot.php | 2 ++ 1 file changed, 2 insertions(+) (limited to 'boot.php') diff --git a/boot.php b/boot.php index 7419ddff9..5f4820b4f 100644 --- a/boot.php +++ b/boot.php @@ -1685,8 +1685,10 @@ function fetch_lrdd_template($host) { $url1 = 'https://' . $host . '/.well-known/host-meta' ; $url2 = 'http://' . $host . '/.well-known/host-meta' ; $links = fetch_xrd_links($url1); + logger('fetch_lrdd_template from: ' . $url1); logger('template (https): ' . print_r($links,true)); if(! count($links)) { + logger('fetch_lrdd_template from: ' . $url2); $links = fetch_xrd_links($url2); logger('template (http): ' . print_r($links,true)); } -- cgit v1.2.3