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

feat: Make it possible to import .har files #206

Closed
dukeofharen opened this issue Dec 28, 2021 · 0 comments · Fixed by #207
Closed

feat: Make it possible to import .har files #206

dukeofharen opened this issue Dec 28, 2021 · 0 comments · Fixed by #207
Labels
enhancement Enhancement of the code, not introducing new features.

Comments

@dukeofharen
Copy link
Owner

dukeofharen commented Dec 28, 2021

Feature Request

Describe the Feature Request

HAR stands for HTTP Archive. This is a JSON file format that is used to record interactions between a client and a server. Both request and response will be logged.

Read more:

Most modern browsers (Firefox, Chrome, Edge etc.) support exporting the requests from the networks tab in the developer console to a .har file. In this new feature, the .har file can be uploaded to HttPlaceholder so stubs with the corresponding request conditions and the response writers will be added.

Firefox always copies both request and responses. Chrome has an option to copy the .har with only the requests (without response) or .har with both request and response. Both scenarios need to be supported.

HAR examples

Describe Preferred Solution

Describe Alternatives

Related Code

Additional Context

If the feature request is approved, would you be willing to submit a PR?
Yes / No (Help can be provided if you need assistance submitting a PR)

@dukeofharen dukeofharen added the enhancement Enhancement of the code, not introducing new features. label Dec 28, 2021
@dukeofharen dukeofharen linked a pull request Dec 29, 2021 that will close this issue
9 tasks
@dukeofharen dukeofharen mentioned this issue Dec 29, 2021
9 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement Enhancement of the code, not introducing new features.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant