Ajax и ошибка NS_ERROR_DOM_BAD_URI

Попробуйте это:

^(.+)/([^/]+)$
6
задан Cyclonecode 21 March 2014 в 02:24
поделиться

2 ответа

You'll have to use JSONP to do cross domain as far as I know - it's a security exception in AJAX. JQuery handles it nicely but, you will have to have the server reply modified to match it.

I have done an OSS project for Social Actions that does this using a PHP proxy. You can look at it here: http://os.adamaltemus.com/social-actions/

1
ответ дан 17 December 2019 в 22:14
поделиться

Эта ошибка возникает, если в коде указано другое доменное имя. http://hiox.org/index.php?id=2737

0
ответ дан 17 December 2019 в 22:14
поделиться
Другие вопросы по тегам:

Похожие вопросы: