Home > Backend Development > PHP Tutorial > php怎么抓取弹出窗口提示用户名和密码的网页

php怎么抓取弹出窗口提示用户名和密码的网页

WBOY
Release: 2016-06-13 12:52:00
Original
1116 people have browsed it

php如何抓取弹出窗口提示用户名和密码的网页。
我想抓一个网站的某个页面,但这个页面在正常 访问的时候会跳出一个窗口,提示输入用户名和密码。
不是页面内的用户名和密码,而是类似于访问路由器时的那种弹出窗口。
我知道用户名和密码,要如果才能抓取到这个页面里的内容呢?

php 内容抓取
------解决方案--------------------
curl
设置
CURLOPT_USERAGENT
CURLOPT_USERPWD
Related labels:
source:php.cn
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template