Hi, Same origin policy of javascript prevented me to make ajax calls (tried both yui connect and XMLHttpReques) from my custom application to my alfresco web scripts which are located different servers. So I want to write a webscript that support Cross-Origin Resource Sharing, is this possible (like: http://enable-cors.org/)? Thanks in advance.
Thanks for your answer. Since I only use GET http method for now, JSONP solved my problem. But for full method support proxy looks preferable as you said.