如何使用 file_get_contents() 检索 Windows NT Auth 背后的文件
我有一个设置,其中 LAMP 服务器需要从位于 Windows NT 身份验证后面的另一台服务器 IIS 的 javascript 文件检索输出。
如果没有适当的身份验证,我可以使用 file_get_contents()
来检索我需要的 javascript 文件。但是,如果使用 Windows NT 身份验证,则此操作会失败。
有谁知道如何模拟身份验证过程以允许 PHP 检索文件?
I've got a setup in which a LAMP server needs to retrieve an output from a javascript file from another server IIS that is sitting behind Windows NT authentication.
Without the authentication in place, I can just use file_get_contents()
to retrive the javascript file I need. However with Windows NT Authentication in place, this fails.
Does anyone have any ideas how I can simulate the authentication process in order to allow PHP to retrieve the file?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
使用卷曲。
Use curl.