0
如何使用PHP中的HAUTH訪問xml源?在PHP中使用HTAUTH訪問xml源
虛設鏈格式爲http://username:[email protected]/www.domain.com/trends/001.xml
我使用下面的代碼來訪問它。
$doc = new DOMDocument();
$doc->load($source);
由於提前, 蒸汽男孩
如何使用PHP中的HAUTH訪問xml源?在PHP中使用HTAUTH訪問xml源
虛設鏈格式爲http://username:[email protected]/www.domain.com/trends/001.xml
我使用下面的代碼來訪問它。
$doc = new DOMDocument();
$doc->load($source);
由於提前, 蒸汽男孩
您可以嘗試使用curl得到密碼保護的文件的內容。以下是一個讓您輕鬆獲取該數據的類:http://de.php.net/manual/en/book.curl.php#90821
您需要在捲曲中爲CURLOPT_USERPWD
選項設置密碼保護。