We have a set of api that we're calling from the same machine, the address is mycompany.com:8080
for the server and mycompany.com
for the ajax.html file.
How can we avoid the cross domain policy?
Anyway to do this with some proxy configuration?
please, no JSONP!
Thanks!