-
Type: Bug
-
Status: Resolved
-
Priority: Major
-
Resolution: Fixed
-
Affects Version/s: 5.3 RC
-
Fix Version/s: 5.3 GA
-
Component/s: None
Shindig's core.io feature does:
var proxyUrl = config.jsonProxyUrl.replace("%host%", document.location.host);
which means the jsonProxyUrl has to use a fixed protocol (http or https) which is incompatible with proper virtual hosting.