Access to restricted URI denied code: 1012

后端 未结 5 1759
抹茶落季
抹茶落季 2020-12-04 15:03

How do you get around this Ajax cross site scripting problem on FireFox 3?

5条回答
  •  既然无缘
    2020-12-04 15:33

    Some more details would be nice: which AJAX library are you using, what would you like to achive, how you do it.

    For example it can be a cross-domain Ajax request, which is not allowed. In this case use JSON.

提交回复
热议问题