Closed GoogleCodeExporter closed 8 years ago
The Browser "same origin policy" security feature requires that Ajax calls must
go to
the same domain and protocol as the html file itself. So you should use
relative url
references. See http://en.wikipedia.org/wiki/Same_origin_policy for more
information.
When you violate the policy, you get the behavior you've described.
Regards,
Larry
Original comment by larryklu...@gmail.com
on 14 Apr 2009 at 2:35
Original issue reported on code.google.com by
GabrielR...@googlemail.com
on 14 Apr 2009 at 12:15