PHP CURL 采集新浪微博手机网页版遇到了问题
我用 CURL 的方法的.
当前我已经可以成功访问到
登录成功!返回登录前的页面...
如果没有自动跳转,请点击这里.
可获得此页面的源代码了.
按照此代码提示a 链接跳转将会又回去登陆界面
这里提供一下 Firefox 采集的 URL 跳转过程
[02:11:23.043] GET http://3g.sina.com.cn/prog/wapsite/sso/login.php?ns=1&revalid=2&backURL=http://weibo.cn/&backTitle=新浪微博&vt= [HTTP/1.1 200 OK 529ms]
--
[02:11:30.456] POST http://3g.sina.com.cn/prog/wapsite/sso/login_submit.php?rand=1087276267&backURL=http://weibo.cn/&backTitle=新浪微博&vt=4&revalid=2&ns=1 [HTTP/1.1 302 Found 229ms]
[02:11:30.664] GET http://login.sina.cn/prog/wapsite/sso/login_succ.php?url=http://weibo.cn/?gsid=3_58a11724da59a0c7a4aec1380bbd2c8fce0a28a52c9eed&vt=4&vt=4&r=1 [HTTP/1.1 200 OK 170ms]
[02:11:33.958] GET http://weibo.cn/dpool/ttt/crossDomain.php?g=3_58a11724da59a0c7a4aec1380bbd2c8fce0a28a52c9eed&t=1339092697&m=6606&r=1&u=http://weibo.cn/?gsid=3_58a11724da59a0c7a4aec1380bbd2c8fce0a28a52c9eed&vt=4&lret=1 [HTTP/1.1 302 Found 436ms]
[02:11:34.419] GET http://weibo.cn/?gsid=3_58a11724da59a0c7a4aec1380bbd2c8fce0a28a52c9eed&vt=4&lret=1 [HTTP/1.1 200 OK 3754ms]
[02:11:38.053] GET http://u1.sinaimg.cn/upload/2011/07/28/5337.gif [HTTP/1.1 200 OK 112ms]
[02:11:38.112] GET http://wp3.sina.cn/wap128/6816ab01jw1dtq4z4w40cj.jpg [HTTP/1.0 200 OK 161ms]
[02:11:38.136] GET http://wp4.sina.cn/wap128/6ffff2e2jw1dtq4xh31hpj.jpg [HTTP/1.0 200 OK 169ms]
[02:11:38.279] GET http://wp2.sina.cn/wap128/6b2b208ejw1dtq04m9ta5j.jpg [HTTP/1.1 200 OK 183ms]
[02:11:38.309] GET http://wp1.sina.cn/wap128/6683af06jw1dtq4p5hj7fj.jpg [HTTP/1.0 200 OK 282ms]
[02:11:38.314] GET http://u1.sinaimg.cn/upload/2011/08/16/5547.gif [HTTP/1.1 200 OK 55ms]
[02:11:38.320] GET http://wp4.sina.cn/wap128/89401758jw1dtih49auphj.jpg [HTTP/1.0 200 OK 109ms]
[02:11:38.706] GET http://wp1.sina.cn/wap128/684fd0aegw1dtq2a8224cj.jpg [HTTP/1.1 200 OK 143ms]
[02:11:38.710] GET http://u1.sinaimg.cn/3g/image/upload/0/62/203/18979/5e990ec2.gif [HTTP/1.1 200 OK 75ms]
使用 Chrome 捕捉的 POST 记录就不发送了.
?面包含了敏感信息.
回复讨论(解决方案)
你是否开启了Cookie支持?
上次已经有人发过这样的问题了,好像没结果.
登录后从cookie解析出这个 地址 然后再提交到这个地址.
登录成功后要保存cookie,接下来访问要发送cookie
还有你干嘛不去申请开放平台
http://baike.baidu.com/view/190743.htm#1
新浪微博做单点登录了,自己去看一下。
我也在看这个问题.
第一步提交之后 ,设置.sina.com.cn的cookie 返回一个重定向的信息,重定向至sina.cn
然后设置sina.cn的cookie,在重定向至weibo.cn,设置weibo.cn的cookie.这样weibo.cn 才登陆成功.但是我模拟访问重定向的地址,都返回失败.只有第一步成功返回信息,不知道是什么原因.
友情提示,楼主已经暴露了重要信息, 赶紧删帖吧。 哈哈。。。
楼主共享一下是怎么通过登陆表单 vk 的随机验证的?
楼主共享一下是怎么通过登陆表单 vk 的随机验证的?
查看登陆页面的源代码,有password和vk的随机值
vk的随机值怎么获取,然后提交到表单?我最近也在做这个

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

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)

Hot Topics

In this chapter, we will understand the Environment Variables, General Configuration, Database Configuration and Email Configuration in CakePHP.

PHP 8.4 brings several new features, security improvements, and performance improvements with healthy amounts of feature deprecations and removals. This guide explains how to install PHP 8.4 or upgrade to PHP 8.4 on Ubuntu, Debian, or their derivati

To work with date and time in cakephp4, we are going to make use of the available FrozenTime class.

To work on file upload we are going to use the form helper. Here, is an example for file upload.

In this chapter, we are going to learn the following topics related to routing ?

CakePHP is an open-source framework for PHP. It is intended to make developing, deploying and maintaining applications much easier. CakePHP is based on a MVC-like architecture that is both powerful and easy to grasp. Models, Views, and Controllers gu

Visual Studio Code, also known as VS Code, is a free source code editor — or integrated development environment (IDE) — available for all major operating systems. With a large collection of extensions for many programming languages, VS Code can be c

Validator can be created by adding the following two lines in the controller.
