philchillbill wrote: 
> ItÂ’s only the web UI that has issues when you do this - the jsonrpc
> interface still works just fine despite that green screen of death.
That's because the jsonrpc interface does not return any responses that
require translating to be able to fetch additional data.

The point here is that forward proxy always works. You can go from
https://externalhost/appdir1 to http://internalhost/appdir2 with no
problem. The issue rises when http://internalhost/appdir2/index.html
tells your browser to include `/appdir2/imagedir/logo.png` which of
course does not exist on `externalhost` and is also not the proxied uri,
which is where the *reverse* proxy is supposed to do its work and
translate `/appdir2/imagedir/logo.png` to `/appdir1/imagedir/logo.png`.
And yes that actually does work, which is why you get to see the green
background screen and the search inputfield (which is in home.html), but
does not work for URIs that are javascript generated (or altered) in
your browser.


------------------------------------------------------------------------
gordonb3's Profile: http://forums.slimdevices.com/member.php?userid=71050
View this thread: http://forums.slimdevices.com/showthread.php?t=114090

_______________________________________________
Squeezecenter mailing list
Squeezecenter@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/squeezecenter

Reply via email to