使用微信网页授权的页面如何获取其源码?
一些微信公众号发布的活动页面会使用微信网页授权来禁止在微信浏览器以外之处访问,若想获得这些页面的源码应该怎么做呢?
我用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,其它值都没有
可以利用微信电脑客户端内置浏览器访问链接,右击查看源码

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



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

Working with database in CakePHP is very easy. We will understand the CRUD (Create, Read, Update, Delete) operations in this chapter.

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.

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

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

Logging in CakePHP is a very easy task. You just have to use one function. You can log errors, exceptions, user activities, action taken by users, for any background process like cronjob. Logging data in CakePHP is easy. The log() function is provide

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
