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

Retrying with another target if request failed

SacDin opened this issue · comments

Thank you for this useful module.
Is it possible to retry with another target if request failed with first one ?

You have to send another request to the proxy manually.