weixin_33704591 2015-06-04 08:23 采纳率: 0%
浏览 7

意外的令牌<错误[重复]

This question already has answers here:
                </div>
            </div>
                    <div class="grid--cell mb0 mt4">
                        <a href="/questions/3435454/using-jsonp-when-returning-xml" dir="ltr">Using JSONP when returning XML</a>
                            <span class="question-originals-answer-count">
                                (3 answers)
                            </span>
                    </div>
            <div class="grid--cell mb0 mt8">Closed <span title="2015-06-04 08:40:30Z" class="relativetime">4 years ago</span>.</div>
        </div>
    </aside>

I have a problem with my project. This is my idea:

  • Bypass CORS to another domain with JSONP: I do it !
  • Converted XML to JSONP: Because data in domain is XML.
  • Do something with this data as a XML file.

The problem is: it always return: Unexpected token <. I know it can't read XML as JSONP DataType. But in my opinion, JS can converted XML to JSONP, if it's right. Please suggest me how to use it.

This is my code:

function test(){
    $.ajax({
    type: 'GET',
    dataType: "jsonp",
    processData: true,
    crossDomain: true,
    jsonp: true,  
    url: "http://huysoi.com/den.xml",
    //converters: {"xml": jQuery.parseXML},
    username: 'admin',
    password: 'admin',
    success: function (responseData, textStatus, jqXHR) {
        console.log('in');
    },
    error: function (responseData, textStatus, errorThrown) {
        alert('POST failed.');
    }
});

<input type="button" onclick="return test();" >

enter image description here

</div>
  • 写回答

1条回答 默认 最新

  • ??yy 2015-06-04 08:33
    关注

    It won't work. You can't send ajax request for xml with jsonp. I had the same problem and finally I used post messaging with iframe for solving the cross domain problem

    see https://github.com/ofirdagan/cross-domain-local-storage

    评论

报告相同问题?

悬赏问题

  • ¥15 关于#java#的问题:找一份能快速看完mooc视频的代码
  • ¥15 这种微信登录授权 谁可以做啊
  • ¥15 请问我该如何添加自己的数据去运行蚁群算法代码
  • ¥20 用HslCommunication 连接欧姆龙 plc有时会连接失败。报异常为“未知错误”
  • ¥15 网络设备配置与管理这个该怎么弄
  • ¥20 机器学习能否像多层线性模型一样处理嵌套数据
  • ¥20 西门子S7-Graph,S7-300,梯形图
  • ¥50 用易语言http 访问不了网页
  • ¥50 safari浏览器fetch提交数据后数据丢失问题
  • ¥15 matlab不知道怎么改,求解答!!