Warning: file_get_contents(/data/phpspider/zhask/data//catemap/9/delphi/8.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Authentication 没有身份验证,无法加载特定url_Authentication - Fatal编程技术网

Authentication 没有身份验证,无法加载特定url

Authentication 没有身份验证,无法加载特定url,authentication,Authentication,我想显示以下url,但当我尝试显示它时,它会转到身份验证页面,而如果您在浏览器中复制并粘贴此url,它将显示请求的页面而不进行身份验证。 我正在使用phpdesigner和easyphp来解决这个问题。我尝试使用file\u get\u content,curl\u init。。。但仍然无法显示以下url。 提前谢谢 我可以点击它,它不需要任何身份验证。。。可能清除浏览器缓存或尝试匿名浏览器此url在程序中每次都会更改,但我无法获得在浏览器中显示的结果,当我想要获取其内容时,如$url=''$主

我想显示以下url,但当我尝试显示它时,它会转到身份验证页面,而如果您在浏览器中复制并粘贴此url,它将显示请求的页面而不进行身份验证。 我正在使用phpdesigner和easyphp来解决这个问题。我尝试使用file\u get\u content,curl\u init。。。但仍然无法显示以下url。 提前谢谢


我可以点击它,它不需要任何身份验证。。。可能清除浏览器缓存或尝试匿名浏览器此url在程序中每次都会更改,但我无法获得在浏览器中显示的结果,当我想要获取其内容时,如$url=''$主页=文件内容($url);它将显示一个身份验证页面