You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We'd like to rewrite chroming, but instead of using chrome service, use another domain by implementing Path rewriting. Can you please help provide a working example?
The text was updated successfully, but these errors were encountered:
Thanks @bdone. I think the reason this doesn't work is that spandx is failing to pass chroming requests through the route mappings, which results in an infinite loop. For example:
If I then did curl spandx.local/services/chrome/head/ it should reverse proxy that request to http://chrome.local/services/chrome/head/ but it doesn't. Instead, it reverse proxies the request right back to itself, spandx.local/services/chrome/head/, hence the infinite loop.
This will definitely require a spandx code change to fix, but I'll see about putting together a PR.
We'd like to rewrite chroming, but instead of using chrome service, use another domain by implementing Path rewriting. Can you please help provide a working example?
The text was updated successfully, but these errors were encountered: