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

I want to modify the request header

tiansin opened this issue · comments

I need to modify the request header in the prepareRequestFunction callback. Can I do this?

Thank you very much.