Hi, I need separate shindig from my frontend application into another server. So I have
frontend.com shindig.frontend.com (another phisical server) The question is that I had problems with the Cross Site Request when I make a XmlHttpRequest ,from the Gadgets loaded into frontend.com, to the shindig.frontend.com(Same Origin Policy [1]) I saw use a proxy into frontend.com that forward the request to shindig.frontend.com, but I don't wanna have a bottle neck there. I solved the problem with CORS [2], but not all browsers support that. There is another solution for that ? somebody could solve this question ? Any opinion is Welcome. Regards and Thanks. [1] http://en.wikipedia.org/wiki/Same_origin_policy [2] http://www.w3.org/TR/cors/ <http://www.w3.org/TR/cors/> -- Ing. Casiva Agustin Mail/Msn/GTalk/Jabber: [email protected] Skype: casivaagustin CEL : 054-03722-15270639 Site: http://www.casivaagustin.com.ar
