Stanton,
Doesn't seem like it can workaround without a fix this time...Here's what I
think how we may fix this:

cfg[osapi.container.ServiceConfig.PROXY_URI]  = "http://localhost:8181/proxy
";
cfg[osapi.container.ServiceConfig.API_HOST] = "http://localhost:8080/cre";;
cfg[osapi.container.ServiceConfig.API_PATH] = "rpc";

When adding the st information in jsonrpctransport.js:
url +="?st=";   ==> this would be API_HOST+API_PATH+"?st"
url += encodeURIComponent(token);

now we need to check if proxy url is available and shindig API_HOST is a
cross domain url for current site,
it would have to encode the whole url portion in above example, then append
it back as a url parameter to proxy url like...

any comments?

thanks,
li

Reply via email to