gpt4 book ai didi

从受密码保护的站点读取信息

转载 作者:行者123 更新时间:2023-12-03 21:59:38 25 4
gpt4 key购买 nike

我一直在使用 readLines() 从 R 教程中的网站抓取信息。我现在希望从我自己的网站中提取数据(特别是 awstats 数据),但是该域受密码保护。

有没有办法可以通过用户名和密码传递我需要的特定 awstats 数据的 url。

网址的格式是:

http://domain.name:port/awstats.pl?month=02&year=2011&config=domain.name&lang=en&framename=mainright&output=alldomains

谢谢。

最佳答案

如果确实是http基本访问认证,文档在connections提供了一些帮助:

URLs

Note that https:// connections are only supported if --internet2 or setInternet2(TRUE) was used (to make use of Internet Explorer internals), and then only if the certificate is considered to be valid. With that option only, the http://user:pass@site notation for sites requiring authentication is also accepted.



所以你的 URL 字符串应该是这样的:

http://username:password@domain.name:port/awstats.pl?month=02&year=2011&config=domain.name&lang=en&framename=mainright&output=alldomains



不过,这可能仅适用于 Windows。

希望这可以帮助!

关于从受密码保护的站点读取信息,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/5420506/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com