When I\'m trying to make an AJAX call from php (localhost) to django (localhost:8000), it throws the following error.
php (localhost)
django (localhost:8000)
XMLHt
AJAX, by default, can't make cross-domain requests.
You should refer to this link.