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
- Host: GitHub
- URL: https://github.com/christian-korneck/charlesrec
- Owner: christian-korneck
- License: mit
- Created: 2021-04-10T23:52:18.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2021-04-11T00:04:49.000Z (over 5 years ago)
- Last Synced: 2025-12-19T20:55:22.736Z (8 months ago)
- Topics: charles, charles-proxy, har
- Language: Shell
- Homepage:
- Size: 2.93 KB
- Stars: 2
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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`