Beacause of a browser security policy (called Same Origin Policy) dating back to Netscape days, the complex AJAX and Javascript contained in our Tags and KB components will not work unless you access the website using the exact same domain name as you have configured in configuration.php.
The most common problem is that you have configured www.domain.com and you are accessing now with domain.com. These two are considered by your browser to be totally different sites and thus the browser security stops you running javascript between them.
The solution - easy!
In order to proceed just retype the correct web address into your web browser making sure you access the site with the same url as in configuration.php
Remember that www.domain.com and domain.com are DIFFERENT HOSTS/DOMAINS for the purpose of the "Same Origin Policy"
This is not a bug or an issue with our code !! It is a security feature of all web browsers.
the same origin policy is an important security measure for client-side scripting (mostly JavaScript). The policy dates from Netscape Navigator 2.0, with necessary coverage fixes in Navigator 2.01 and Navigator 2.02. It prevents a document or script loaded from one "origin" from getting or setting properties of a document from a different "origin".
KB » General Information
Permission denied to call method XMLHttpRequest open



Leave A Comment
Email This Article
Attachments
My Notes
Article Information





