To learn Whistle, visit github.com/avwo/whistl…
Thanks to @hxfDarling and @m3X2 for their excellent work #358 and #564, the long-awaited TreeView has been officially released:
Update Whistle (reinstall and restart) Reference: wproxy.org/whistle/upd…
Added the following features to TreeView mode:
- Categories are displayed according to the protocol, domain name, port, and path of the REQUESTED URL
- The background of the newly requested node and its supernode will be reminded of the gradient
- Right-click a node (path) to export all captured packet data
- Expand or merge the current node by right-clicking the node
- Expand or merge all nodes by right-clicking on the whitespace
- Right-click the node to open the page or two-dimensional code corresponding to the node path
Four ways to switch to a tree structure are supported:
- Set by request parameters
showTreeView
Switch, such ashttp://local.whistlejs.com/?showTreeView=1#network
, including:showTreeView=1
: Forcibly switches to the TreeViewshowTreeView=0
: Forcibly switch to ListView
- Through the options at the bottom of the Network Top Settings dialog
Show Tree View
- Toggle by clicking the small tree icon of the menu button on the left
- Switch by shortcut keys:
- Mac: Command + B
- Windows: Ctrl + B
- Right click menu
Open/TreeView or List View
switch
Other features
In addition to Tree View, some new features have been released in version 2.7:
pac
User name and password can be set:pac://user:pass@pacPath
- Support the show
Raw Url
See:# 572 - Double-click the captured packet data to switch back and forth
Inspectors
和Overview
panel
User feedback
Problems encountered during use can be reported in the following ways:
- Github documentation: github.com/avwo/whistl…
- Issue:github.com/avwo/whistl…