An open API service indexing awesome lists of open source software.

https://github.com/apify/actor-example-proxy-intercept-request

Example: Intercept requests from https connection using "Man in the middle" proxy solution.
https://github.com/apify/actor-example-proxy-intercept-request

Last synced: 4 months ago
JSON representation

Example: Intercept requests from https connection using "Man in the middle" proxy solution.

Awesome Lists containing this project

README

          

# Apify example: Intercept requests using proxy
Example: Intercept requests from https connection using "Man in the middle" proxy solution.

**Warning:** Use this only in docker or on Apify platform. For local usage, you need to install certificates generated by the proxy to your browser.

Uses https://github.com/joeferner/node-http-mitm-proxy to setup local proxy connection. Read docs for proxy configuration and other options.