Charles Proxy Converter
Read Charles Proxy Log file and import to Proxyman app
Last updated
Read Charles Proxy Log file and import to Proxyman app
Proxyman is capable of converting and reading the chls files from Charles Proxy app to har format that Proxyman can understand.
It requires that Charles Proxy beis already installed in order to convert chls files
You can manually convert the files from the File menu -> Convert -> chls to har

In general, Proxyman uses Convert CLI from Charles Proxy to convert .chls to .har, which Proxyman can understand.
As soon as you open chls file, Proxyman tries to find the Charles Proxy app, which has a bundle ID is
com.xk72.Charles
Convert by using the convert command
3. The output is har formatted in your Desktop directory
There are several ways to open chls files:
Open the chls file directly (Double-Click on the file, or Open With from Finder app)
Drag and drop the file to the Proxyman app
File -> Open and select chls files
Last updated
$ ./Applications/Charles.app/Contents/MacOS/Charles convert ~/Desktop/input.chls ~/Desktop/output.har