Wednesday, 16 September 2020

Node/Express Proxy

I've built a solid node/express based proxy. We are using it to listen for specific messages in desktop apps and trigger events. Currently, we are using Proxifier on Windows systems to force the apps to use our proxy but would like to not have to use it. Hoping someone knows how to do this without an external program like Proxifier. Have tried the usual method ie configuring windows to us a proxy, netsh winhttp set proxy 127.0.0.1:8080, as well as hosting a ProxyAutoConfiguration.js. A Node native or PowerShell solution would work. We are currently using Robot-js in the project already so that gives us direct access to processes, modules, and memory.I will take an RTFM as an answer if you can tell me what to RTFM.Thanks ahead of time for any help or reading material you can provide.

Submitted September 16, 2020 at 01:02PM by Rizean

No comments:

Post a Comment