Page 1 of 1

Cross domain security

PostPosted: 21. June 2013 10:13
by tchboy
I have some third party software that has it's own built in webserver and my own site hosted on xampp.

I am writting a AJAX call to a ASPX page in the third party site. But I am hitting cross domain security issues.

Can I make any changes in apache that would allow me to make an AJAX call to the third party site and retrive the data my custome site requires?

thanks