-
Notifications
You must be signed in to change notification settings - Fork 305
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
Is proxy support (almost) gone? #354
Comments
Thanks, we missed that. Indeed, there's no built-in proxy support via HTTP headers now. We ourselves use a simple echo instead: Basically, that is a one-liner app that fetches the URL and pipes it to Iframely instance. Configured as |
@uschwarz Here’s the sample proxy/echo service for |
It looks like this now should be resolved. Feel free to reopen. |
FWIW, I'm reasonably confident you can achieve forwarding through Apache httpd config alone, along the lines of
if you already had a working setup with Squid (or any other proxy server of your choice). |
Sorry for the late followup, but of course things only bite you in production… |
I take that back, I was getting confused in the layers of redirection. (I still think "have an URL endpoint that does it" is the inferior solution, but there's not much we can do as long as adobe helix disagrees.) |
Well we could always implement proxies w/o |
It appears 2.0.0 only uses the proxy settings for loading the go-list (that seems to still use the old requests lib), not for the actual requests anymore. I see no hits on the proxy and no matter how loose I make the regex, requests are made directly.
I couldn't find mention of proxy support in helix-fetch, so is the possibility of having proxy settings by regex matching against the URI gone for good? (Our use case was to route requests for on-site resources through an off-site proxy as an extra safeguard against exposing intranets etc.)
The text was updated successfully, but these errors were encountered: