Open Crupuk opened 10 years ago
I use apache mod_proxy to get access to my xbmc interface.
The url that i choose is : http://domain/xbmc/ which doesn't work with Chorus .
Each Ajax request is redirected to : http://domain/
If i change the basePath in chorus.min.js the requests to jsonrpc work, but not the image.
Like you can see i'm not english.. So i apologize .
Thanks
I also had an issue since a have a proxy infront of XBMC. I fixed it and created a PR: https://github.com/jez500/chorus/pull/77
edit: I just noticed this PR only fixed jsonrpc calls (still having issues with images)
I use apache mod_proxy to get access to my xbmc interface.
The url that i choose is : http://domain/xbmc/ which doesn't work with Chorus .
Each Ajax request is redirected to : http://domain/
If i change the basePath in chorus.min.js the requests to jsonrpc work, but not the image.
Like you can see i'm not english.. So i apologize .
Thanks