認証が有効になっている他のページのコンテンツを表示するにはどうすればよいですか?
警告:file_get_contents(http://abc/report.cmd?report=123):ストリームを開くことができませんでした:HTTPリクエストが失敗しました!13行目の//html/tracker/index2.phpでHTTP/1.1401認証が必要
$file_path = 'http://abc/report.cmd?report=123';
$content=file_get_contents($file_path);
echo $content;