如何显示启用了身份验证的其他页面的内容?
警告:file_get_contents(http://abc/report.cmd?report=123):打开流失败:HTTP 请求失败!HTTP/1.1 401 Authorization Required in //html/tracker/index2.php on line 13
$file_path = 'http://abc/report.cmd?report=123';
$content=file_get_contents($file_path);
echo $content;