Home > Backend Development > PHP Tutorial > 使用微信网页授权的页面如何获取其源码?

使用微信网页授权的页面如何获取其源码?

WBOY
Release: 2016-06-06 20:31:32
Original
2226 people have browsed it

一些微信公众号发布的活动页面会使用微信网页授权来禁止在微信浏览器以外之处访问,若想获得这些页面的源码应该怎么做呢?
我用Google的插件User Agent Switcher伪装了微信浏览器,但依然提示请在微信客户端中访问,网址格式如下https://open.weixin.qq.com/connect/oauth2/authorize?appid=xxxxxxxxx......
其中redirect_uri=后面的是否就是授权认证成功后要跳转的页面地址呢?我尝试urldecode后得到的不是正确的地址。

还在上大学的小白真诚求助啊~~

回复内容:

一些微信公众号发布的活动页面会使用微信网页授权来禁止在微信浏览器以外之处访问,若想获得这些页面的源码应该怎么做呢?
我用Google的插件User Agent Switcher伪装了微信浏览器,但依然提示请在微信客户端中访问,网址格式如下https://open.weixin.qq.com/connect/oauth2/authorize?appid=xxxxxxxxx......
其中redirect_uri=后面的是否就是授权认证成功后要跳转的页面地址呢?我尝试urldecode后得到的不是正确的地址。

还在上大学的小白真诚求助啊~~

fiddle 抓包 redirect_uri=后面的是授权认证成功后要跳转的页面地址 这一部分是urlencode的 直到&response_type 这开始是微信带上的参数,不用decode

可以通过抓包来获取,推荐工具 Charles 具体使用可以GooGle 一下~

搬砖大叔说得对

redirect_uri这个参数的值是urlencode,其它值都没有

可以利用微信电脑客户端内置浏览器访问链接,右击查看源码

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