straightforward
straightforward copied to clipboard
🏴 A straightforward forward-proxy written in Node.js.
urlParts.host return 'host:port' which causes 'Error: getaddrinfo ENOTFOUND localhost:10309' when calling http.request
Hi @berstend Very cool library. The problem that I see is that the traffic between the user and straightforward goes travels through HTTP so it's not encrypted. Ideally you would...
Allow modify HTTPS requests as man-in-the-middle proxy. One of the reasons to use forward-proxy is to be able to modify the request before reaching the website and it would be...
Found this CLI - seems to be quite an amazing tool eveing being so tiny. Funny thing - but was not able to set up similar thing in nginx because...
Hi, I started the server and tried to make a simple GET call through the browser. It errors with: ``` straightforward onUncaughtException: TypeError [ERR_INVALID_URL]: Invalid URL ``` Relevant place: https://github.com/berstend/straightforward/blob/84a4cb88024cffce37a05870da7d9d0aba7dcca8/src/Straightforward.ts#L295...
Welcome to [Renovate](https://togithub.com/renovatebot/renovate)! This is an onboarding PR to help you understand and configure settings before regular Pull Requests begin. :vertical_traffic_light: To activate Renovate, merge this Pull Request. To disable...