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.
- Host: GitHub
- URL: https://github.com/apify/actor-example-proxy-intercept-request
- Owner: apify
- License: apache-2.0
- Created: 2018-04-11T12:01:39.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2022-07-25T12:42:09.000Z (almost 4 years ago)
- Last Synced: 2026-01-13T16:41:26.936Z (5 months ago)
- Language: JavaScript
- Size: 29.3 KB
- Stars: 4
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.