Skip to content
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

Open
eranimo opened this issue Feb 23, 2015 · 6 comments
Open

Query parameters are not being proxies #30

eranimo opened this issue Feb 23, 2015 · 6 comments

Comments

@eranimo
Copy link

eranimo commented Feb 23, 2015

It looks like they're being stripped out. I'm using this through gulp-webserver.

@drawveloper
Copy link

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?

@nmehta6
Copy link

nmehta6 commented Apr 7, 2015

+1

@hkailantzis
Copy link

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 :-).

@nmehta6
Copy link

nmehta6 commented Jul 11, 2016

@hkailantzis I ended up using this package instead: https://www.npmjs.com/package/connect-modrewrite. Hope this helps.

@hkailantzis
Copy link

Thanks for the quick response @nmehta6. will give it a shot.

@hkailantzis
Copy link

@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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants