-
Notifications
You must be signed in to change notification settings - Fork 234
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
Can I use a proxy for my proxy? #292
Comments
@pselden I probably need a little more information about your case. I'm not sure if you're talking about switching the target proxy server based on URL, or if you also want to run express-http-proxy on another server as well, or perhaps another case. If you want to flesh out some more details, I'll try to help you with a solution. |
My setup is such:
So in order to support point 4, I think I need some way to tell it that I actually need to use a proxy for this given resource. Note: I was able to work around this by just rewriting the request to set the host to my proxy server and the path to the full url... but I think this is kind of a workaround. |
I have the same problem. Would be nice if #286 gets merged |
I'm using this to proxy to some resources in my application that are internal to my company's network, but in order to access external resources, I have to go through ANOTHER proxy. Is there a way to tell this to use a proxy itself?
The text was updated successfully, but these errors were encountered: