Skip to content

Latest commit

 

History

History
6 lines (4 loc) · 432 Bytes

File metadata and controls

6 lines (4 loc) · 432 Bytes

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.