views:

11

answers:

1

i need to set up a proxy for cross-domain javascript.

the problem is, i tried the simple fgets() , i discovered, javascripts are ignored and non-functional.

is there a proxy library that handles all these ? it can be in any scripting language.

A: 

If you have control over (control means "can place static files on") both domains, then I'd suggest EasyXDM, which seems to be easy-to-use and is gaining in popularity.

Justin Grant