ProxymanApp/Proxyman

Session v2 file format

wabiloo opened this issue · 1 comments

Hi,

Is there any documentation anywhere I could find that describes the proxymansessionv2 files and how to use them?
I have a need to run an external process on captured sessions.

As an example, I need to find (from the recorded session) all the requests matching a particular path and/or query parameter, and export the corresponding responses' body into files.

I could export to .HAR first, but I think that the content of the proxymansessionv2 file is vastly superior, so I'd rather work with that if possible.

Cheers

@wabiloo it's a really simple format. You can:

  1. Rename it the zip
  2. Unzip it
  3. It's a folder with a bunch of JSON requests.

You can do an external process by reading each request in the JSON Request to get the Path, Query, ...