This proxy + recorder, records the http/https objects of the webpages being requested from the browser.
- Configure the proxy and run it i.e. ip, port and data folder in recorder.py
- Configure your browser to use the proxy
- Visit the webpage you want to record.
- Configure the proxy and run it i.e. ip, port and data folder in recorder.py
- It would create a certificate file ca.pem in the same folder
- Add that certificate to the your browser
- Configure your browser to use the proxy
- Visit the webpage you want to record.
The proxy code is adapted from a python proxy I found on GitHub