get XML from iframe cross domain with jquery
- by Moli
I need a little if help to solve this question.
I need to get and XML from another server. My server can't make a request because of firewall.
With javascript(jquery), What's the solution to make and ajax call cross-domain?
I can make the request on client side but, How to get and xml node?
Usign a proxy script does not work for me...
Any idea?
Many thanks!