apify / proxy-chain

Node.js implementation of a proxy server (think Squid) with support for SSL, authentication and upstream proxy chaining.

Home Page:https://www.npmjs.com/package/proxy-chain

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Possibility to skip request

jhgeluk opened this issue · comments

commented

Hi, I wonder if there is a possibility to skip a request.

For HTTP yes, just implement this logic to prepareRequestFunction. For HTTPS not really, you only see the hostname and port for each request, nothing else.