[jQuery] Re: Cross site Ajax requests

2008-06-10 Thread Gordon
You oculd either proxypass if you have access to Apache's config file, or you could put a simple PHP script on the domain the AJAX application is running on to fetch data from the other domain. The proxypass approach is by far the best one, but you can only use it if you have the ability to edit

[jQuery] Re: Cross site Ajax requests

2008-06-09 Thread Javier Infante
El lun, 09-06-2008 a las 00:38 -0700, Neo Anderson escribió: I have two pages (JSP, PHP). One page is at port 8080, one is at 80. When I am sending Ajax request from PHP to JSP or JSP to PHP, I am getting Permission denied error. I know we cannot send Ajax requests to other sites. But I