get XML from iframe cross domain with jquery

Posted by Moli on Stack Overflow See other posts from Stack Overflow or by Moli
Published on 2010-05-04T15:23:07Z Indexed on 2010/05/04 15:28 UTC
Read the original article Hit count: 221

Filed under:
|
|

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!

© Stack Overflow or respective owner

Related posts about AJAX

Related posts about cross-domain