Download the PHP package mountainguan/ql-plugin-disguise without Composer
On this page you can find all versions of the php package mountainguan/ql-plugin-disguise. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download mountainguan/ql-plugin-disguise
More information about mountainguan/ql-plugin-disguise
Files in mountainguan/ql-plugin-disguise
Download mountainguan/ql-plugin-disguise
More information about mountainguan/ql-plugin-disguise
Files in mountainguan/ql-plugin-disguise
Vendor mountainguan
Package ql-plugin-disguise
Short Description Make a disguise headers for get/post request.
License MIT
Package ql-plugin-disguise
Short Description Make a disguise headers for get/post request.
License MIT
Please rate this library. Is it a good library?
Informations about the package ql-plugin-disguise
QueryList V4 Plugin - DisguisePlugin
Make a disguise header for get/post request.
QueryList V4 插件 - 混淆插件
给Post/Get方法加上带有混淆信息的headers。
Installation
API
- disguiseIp($otherArgs,$ip): Add custom or random headers -- disguise ip address for QueryList's otherArgs,return QueryList
- disguiseUa($otherArgs,$ua): Add custom or random headers -- disguise UserAgent for QueryList's otherArgs,return QueryList
Installation options
QueryList::use(DisguisePlugin::class,$opt1,$opt2)
- $opt1:
disguiseIp
function alias. - $opt2:
disguiseUa
function alias.
Usage
-
Installation Plugin
- Only disguise IP in random way.
Out:
- Only disguise UserAgent in random way.
Out:
- Using both two functions in random way.
Out:
- Using post/get request's otherArgs param can make more perfect disguise.
Attention: otherArgs param must be like Array('headers'=>[...]).
Out:
- Supported original get/post methods with disguise.And add support to postJson() method with GHttp.
All versions of ql-plugin-disguise with dependencies
PHP Build Version
Package Version
Requires
jaeger/querylist Version
^4.0
The package mountainguan/ql-plugin-disguise contains the following files
Loading the files please wait ....