Adam Miszczak avatar Adam Miszczak
Blog about SEO, Javascript, Java and many others
View on GitHub

Har Exporter Chrome extension

Repository Description | 24 Aug 2022 - Adam Miszczak

Technologies:

Go back

Background

Due to one of my previous tasks namely scrapper and comparer I got another one to bring solution which enables exporting all requests in HTTP Archive format (.har) when you are querying some webpage.

Motivation

Using extension you can export requests from client perspective and you are able to simulate various events. There are various methods, but for example using Cypress with plugin to generate .har files was problematic, because of some reasons. In general, there are lack of customization and configuration. There are also some wrappers with Chromium for libraries like node-fetch, but then you can’t export specific requests like some Google Tag Manager events launched by some kind of (user) interactions. That is why this extension was created.

Goals