Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我想抓取一个页面。但问题是此页面已登录身份验证。那么有什么方法可以使用浏览器信息。就像我使用我的用户名和密码登录,然后创建一个脚本来使用我的浏览器中的这些信息。
您可能想要使用 CURLOPT_COOKIEFILE 和 CURLOPT_COOKIEJAR。发布您的凭据以登录该站点,您应该能够抓取该站点。