Firefox and Ajax: Permission denied to call method XMLHttpRequest.open


Hi,
I was trying to load an xml document from remote server using a html file saved in my hdd. it was working fine in IE, but not with firefox. Firefox says the permission is denied! later i found that Firefox dont allow remote connections to be opened by a local file. http:// or similar kind of things is compulsary to access remote content. Security!

Comments are closed.