NETWORK_ERROR: XMLHttpRequest Exception 101

后端 未结 7 2043
南旧
南旧 2020-11-30 07:45

I am getting this Error

NETWORK_ERROR: XMLHttpRequest Exception 101

when trying to get XML content from one site.

Here

7条回答
  •  独厮守ぢ
    2020-11-30 08:05

    I found a very nice article with 2 diferent solutions.

    1. The first one implementing jQuery and JSONP, explaining how simple it is.
    2. The second approach, it's redirecting trough a PHP call. Very simple and very nice.

    http://mayten.com.ar/blog/42-ajax-cross-domain

提交回复
热议问题