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

Get the complete request url

foodmade opened this issue · comments

I want to get the complete url address from the request parameter of the prepareRequestFunction function, but now I can only get the host and port, how should I get it
QQ截图20210329163040

Not possible due to HTTPS encryption, see #118