Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Session v2 file format #2031

Open
wabiloo opened this issue May 22, 2024 · 1 comment
Open

Session v2 file format #2031

wabiloo opened this issue May 22, 2024 · 1 comment
Labels
question Further information is requested

Comments

@wabiloo
Copy link

wabiloo commented May 22, 2024

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 wabiloo added the question Further information is requested label May 22, 2024
@NghiaTranUIT
Copy link
Member

@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, ...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
Projects
None yet
Development

No branches or pull requests

2 participants