Ajax Request Error using Jquery -
i have application in fb on website..
i sending ajax request in fb working fine in own web doesn't show nothing. on firefug console shows red color.
anybody have idea
here link of application
and
here when add pincode or city click find.
it works fb
anybody tell me exact problem
you getting following error message:
xmlhttprequest cannot load https://7elevenstores.ca/store_locator/getlatlng. origin http://www.slurpee.ca not allowed access-control-allow-origin.
what means is, trying make xmlhttprequest (ajax request) origin (another domain). , not allowed. ajax request may go same origin page loaded from.
- check out article on mdn on access policy
- and this article same origin policy javascript
Comments
Post a Comment