Sper sa fie cu folos …

Cross domain and Firebug

May 5th, 2010 Posted in Programare, Web

Just a quick note: if you are playing with AJAX calls and you see in the Firebug console the request headers but the response is empty (no headers, no content) then most probably you have a cross domain issue.

The domain and port of the server that served the page must be the same with the server that responds to the ajax request!

Post a Comment