503 Errors in JS/PHP
Posted by: Nic
Posted on: 2007-05-22 14:32:00
Hi all. I'm having some odd problems with some PHP/Javascript I wrote. The page http://fategen.com/mof/l1/login.php is supposed to get current login information in JSON format from http://fategen.com/mof/l2/login.php - but everytime I run the script, Firebug show l2/login.php returning a 503 HTTP error. If I copy and paste the URL being requested into my browser, it seems to work ok, though. A Google search suggested replacing the relative URLs in XHR.open() calls with absolute URLs, but this didn't change anything as far as I can tell. Could someone point me in the right direction on this problem?