-
Notifications
You must be signed in to change notification settings - Fork 65
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Query parameters are not being proxies #30
Comments
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, |
It looks like they're being stripped out. I'm using this through gulp-webserver.
The text was updated successfully, but these errors were encountered: