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

Exporting incomplete calls corrupts the HAR file #216

Open
Cristiancbot opened this issue Nov 28, 2024 · 0 comments
Open

Exporting incomplete calls corrupts the HAR file #216

Cristiancbot opened this issue Nov 28, 2024 · 0 comments
Labels

Comments

@Cristiancbot
Copy link

Description:
Exporting calls which are marked as incomplete leads to a corrupted HAR file.
The incomplete calls need to be removed first after which the HAR export can be used in other tools as well (ex:Proxyman)

Steps To Reproduce:

  1. Log a session and navigate until you notice an incomplete call in the log
  2. Pause the logging and export the incomplete call as HAR
  3. Attempt to import the incomplete call in any other tool

Observed:
The HAR file will be viewed as corrupted and the import will not start.

Expected behavior:
Incomplete calls should be exported in a way in which they can be imported into other tools
OR
Ignore incomplete calls when exporting as HAR - maybe with a warning.

Version:
5.20.0

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

No branches or pull requests

1 participant