Hi everyone, I have a web page html embedded with java script deployed in the apache, this webpage is suppose to retrieve data from different server, for some reason this is not happening cause Iam violating java script same origin policy and I have been told that what I need to do is set up a reverse proxy rule to avoid that, I have read the following website and to be honest I'm a bit confused about configuring a rule ? I'm not quite sure if this is the right thing to do to avoid violating same origin policy, I know both boxes (apache and the other server) are in the same domain, if you have further information please send me your feedback http://tomcat.apache.org/connectors-doc/generic_howto/proxy.html
Thank you Lava