蔭試圖使用AOL的openid,螺母我越來越「AOL是無法驗證此網站」AOL OpenID的網站驗證
有人可以告訴我的步驟,以避免這個錯誤,我應該怎麼穿上我的結束。
如果有一些示例代碼,請與大家共享 - 在此先感謝
問候,
納文
喬治感謝你回答,但是我有問題讓它工作,我的xrds文件如下
<?php
header('Content-type: application/xrds+xml');
$xrdstext = "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n";
$xrdstext =$xrdstext . "<xrds:XRDS";
$xrdstext =$xrdstext ." xmlns:xrds=\"xri://$xrds\"";
$xrdstext =$xrdstext ." xmlns:openid=\"http://openid.net/xmlns/1.0\"";
$xrdstext =$xrdstext ." xmlns=\"xri://$xrd*($v*2.0)\">\n";
$xrdstext =$xrdstext ."<XRD>\n";
$xrdstext =$xrdstext ."<Service xmlns=\"xri://$xrd*($v*2.0)\">\n";
$xrdstext =$xrdstext ."<Type>http://specs.openid.net/auth/2.0/return_to</Type>\n";
$xrdstext =$xrdstext ."<URI>http://localhost:56709/myproject/socialoauth.aspx</URI>\n";
$xrdstext =$xrdstext ."</Service>\n";
$xrdstext =$xrdstext ."</XRD>\n";
$xrdstext =$xrdstext ."</xrds:XRDS>";
echo $xrdstext;
?>
和我的請求URL是
我不知道我做錯了
請幫助...
它仍然無法正常工作的原因是AOL服務器無法訪問本地主機服務器以檢索XRDS文檔。 –