PHP利用curl获取验证码,发送cookie二次抓取
<?php $CookieFile = tempnam("./tmep", "beast"); if (isset($_GET["img"])) { $url = 'http://www.phprm.com/'; //验证码code $ch = curl_init($url); curl_setopt($ch, CURLOPT_COOKIEJAR, $CookieFile); //把返回来的cookie信息保存在文件中 curl_exec($ch); curl_close($ch); exit(); } if (isset($_POST['d'])) { $b = $_POST[d]; //验证码 $p = "waybillNo=1721269381&inputcode=" . $b; $ch = curl_init(); // 2. 设置选项,包括URL curl_setopt($ch, CURLOPT_URL, "http://www.phprm.com"); curl_setopt($ch, CURLOPT_COOKIEJAR, $CookieFile); curl_setopt($ch, CURLOPT_COOKIEFILE, $CookieFile); //同时发送Cookie curl_setopt($ch, CURLOPT_RETURNTRANSFER, 1); curl_setopt($ch, CURLOPT_POST, 1); curl_setopt($ch, CURLOPT_POSTFIELDS, $p); //提交查询信息 $s = curl_exec($ch); curl_close($ch); $ch = curl_init(); curl_setopt($ch, CURLOPT_URL, "http://www.phprm.com"); curl_setopt($ch, CURLOPT_COOKIEFILE, $CookieFile); //同时发送Cookie curl_setopt($ch, CURLOPT_COOKIEJAR, $CookieFile); curl_setopt($ch, CURLOPT_RETURNTRANSFER, 1); curl_setopt($ch, CURLOPT_POST, 1); curl_setopt($ch, CURLOPT_POSTFIELDS, $p); //提交查询信息 $bs = curl_exec($ch); echo $bs; //输出结果 curl_close($ch); } else { ?> <form id="form1" name="form1" method="post" action=""> <img src="/static/imghw/default1.png" data-src="?img=true" class="lazy" / alt="PHP利用curl获取验证码,发送cookie二次抓取 " ><!--由服务器端取图片内容并输出--> <input type="text" name="d" /> <input type="submit" name="button" id="button" value="提交" /> </form> <?php }
Copy after login
文章地址:
转载随意^^请带上本文地址!
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

Hot AI Tools

Undresser.AI Undress
AI-powered app for creating realistic nude photos

AI Clothes Remover
Online AI tool for removing clothes from photos.

Undress AI Tool
Undress images for free

Clothoff.io
AI clothes remover

AI Hentai Generator
Generate AI Hentai for free.

Hot Article
R.E.P.O. Energy Crystals Explained and What They Do (Yellow Crystal)
2 weeks ago
By 尊渡假赌尊渡假赌尊渡假赌
Repo: How To Revive Teammates
4 weeks ago
By 尊渡假赌尊渡假赌尊渡假赌
Hello Kitty Island Adventure: How To Get Giant Seeds
3 weeks ago
By 尊渡假赌尊渡假赌尊渡假赌
How Long Does It Take To Beat Split Fiction?
3 weeks ago
By DDD
R.E.P.O. Save File Location: Where Is It & How to Protect It?
3 weeks ago
By DDD

Hot Tools

Notepad++7.3.1
Easy-to-use and free code editor

SublimeText3 Chinese version
Chinese version, very easy to use

Zend Studio 13.0.1
Powerful PHP integrated development environment

Dreamweaver CS6
Visual web development tools

SublimeText3 Mac version
God-level code editing software (SublimeText3)
