Warning: file_get_contents(/data/phpspider/zhask/data//catemap/2/python/301.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
使用Python从外部登录到intranet_Python_Web Services_Http_Windows 7 - Fatal编程技术网

使用Python从外部登录到intranet

使用Python从外部登录到intranet,python,web-services,http,windows-7,Python,Web Services,Http,Windows 7,如果我的公司有一个使用IIS windows身份验证的外部intranet网站,我如何使用Python脚本登录该网站。我们通过url访问该网站:intranet.company.com 我们使用DOMAIN\username和网络密码登录。我尝试使用Firebug查看HTTP头例程,但没有发现任何真正有用的东西。您需要实现NTLM身份验证,请查看google代码上提供的库

如果我的公司有一个使用IIS windows身份验证的外部intranet网站,我如何使用Python脚本登录该网站。我们通过url访问该网站:
intranet.company.com


我们使用
DOMAIN\username
和网络密码登录。我尝试使用Firebug查看HTTP头例程,但没有发现任何真正有用的东西。

您需要实现NTLM身份验证,请查看google代码上提供的库