Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

https://github.com/ottomao/TrafficRecorder

A tool written in Node.js to save all http(s) request data on disk.
https://github.com/ottomao/TrafficRecorder

Last synced: 3 months ago
JSON representation

A tool written in Node.js to save all http(s) request data on disk.

Lists

README

        

Traffic Recorder
=======================

A tool written in Node.js to save all http(s) request data on disk.

How to use
-----------------
0. install nodeJS ,then
``sudo npm install -g trafficrecorder``

0. start recorder by ``tr `` or ``trafficrecorder ``, here **dir** is the folder where you want to save data

0. set proxy to **http://127.0.0.1:8001**

0. all http(s) traffic through this proxy will be saved

Sample Result
------------------
![result screenshot](http://gtms02.alicdn.com/tps/i2/TB1pEYIGXXXXXX9aXXXkdTMVpXX-2560-1546.jpg_790x10000q90.jpg)

Others
------------------
* This tool is a developed on [anyproxy](https://github.com/alibaba/anyproxy). To use https features, you should trust a root CA generated by anyproxy. Instruction can be found [here](https://github.com/alibaba/anyproxy).
* For any question, you may [raise an issue](https://github.com/ottomao/TrafficRecorder/issues) or contact [email protected]