node-proxy-middleware
node-proxy-middleware copied to clipboard
Query parameters are not being proxies
It looks like they're being stripped out. I'm using this through gulp-webserver.
I believe this might have something to do with it: https://github.com/andrewrk/connect-proxy/blob/master/index.js#L29
Can you debug and add a PR?
+1
hey guys, any possibility to fix this ? need to proxy sensitive data which are part of the query and is killing me. any other alternatives also welcome. thanks :-).
@hkailantzis I ended up using this package instead: https://www.npmjs.com/package/connect-modrewrite. Hope this helps.
Thanks for the quick response @nmehta6. will give it a shot.
@nmehta6 , ended up using this instead: https://www.npmjs.com/package/express-request-proxy, as I need also to proxy sensitive authorization headers :/. Hope it helps anyone who has to meet these kind of requirements.