Page 1 of 1

xml http request from within XAMPP

PostPosted: 03. May 2008 07:21
by sayeo87
Hi, I have a webpage that makes GET XMLhttprequests to another domain (using a PHP proxy). It all worked fine when I was hosting it on another webserver. However, I can't get it to work on XAMPP. It appears as if it's not even attempting to make a request. The request is dependent on my domain name, and I just changed it to "localhost" when running it off XAMPP. Should it be something else? Or maybe I can't make XMLHttprequests from XAMPP? Any help is much appreciated! Thanks!

P/S: I've already enabled cURL in my XAMPP php.ini file.