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

https://github.com/christian-korneck/charlesrec

Charles Proxy recordings from the shell
https://github.com/christian-korneck/charlesrec

charles charles-proxy har

Last synced: 4 months ago
JSON representation

Charles Proxy recordings from the shell

Awesome Lists containing this project

README

          

# charlesrec

A tiny shellscript wrapper around [Charles](https://www.charlesproxy.com/) to quickly record http traffic to a [`.har`](https://en.wikipedia.org/wiki/HAR_(file_format)) file from the shell. (No need to open Charles GUI).

## Setup

- fully configure charles in the GUI (i.e. enable SSL, etc)
- in the GUI, enable the webinterface and allow anonymous access
- in the script change the path to the `Charles` executable (`CHARLES=`)

## Usage

- (make sure no other Charles instance is running)
- start `charlesrec` to start recording
- press `CTRL + C` to stop recording
- the recording will be saved in the same dir to a file `charles__.har`