[jboss-user] [JBoss Seam] - Re: Client-side Seam remoting calls from a static web page o
art_jones76
do-not-reply at jboss.com
Thu Aug 2 17:08:33 EDT 2007
Figured it out. samdoyle is correct. You can't make "cross-domain" calls. The definitions of acceptable and unacceptable differences in "domain" can be found here. (e.g. in Firefox, even different port numbers are unacceptable).
http://www.mozilla.org/projects/security/components/jssec.html
More useful info on working around this issue by Using a Web Proxy for Cross-Domain XMLHttpRequest Calls
http://developer.yahoo.com/javascript/howto-proxy.html
Thanks everyone for all your help!
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4070307#4070307
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4070307
More information about the jboss-user
mailing list