[wp-hackers] Ajax on aliases?
Austin Matzko
austin at ilfilosofo.com
Mon Jan 11 20:24:51 UTC 2010
On Mon, Jan 11, 2010 at 2:21 PM, Pavel Hejn <pavelevap at post.cz> wrote:
> I prepared small specific widget ajax calculator and everything works well, except one problem.
> It works well on domain where is WordPress physically installed.
> But on other domains (aliases to this domain) there is problem probably with loading Javascript when clicking on Count button.
> Error: Permission denied
> tw-sack.js
Browsers have a same-origin restriction that prevent XHR requests
across different domains.
This mailing list is meant for WordPress core development. Support
questions such as your are best posed in the support forums:
<http://wordpress.org/support/>
More information about the wp-hackers
mailing list