Hi I am making an Ajax call cross domains but on the same machine. In apache I have created a virtual host and setup ProxyPass and ProxyPassReverse.
when I make my ajax call in ie It works but on all subsequent calls it returns the same value, even though I know this value has changed.
In chrome I get the error Origin
http://myip is not allowed by Access-Control-Allow-Origin.
Do I still have some configuration in apache to do or do I need to change something in the browser??
thanks for any thoughts