Firefox Cross Domain Request

前端 未结 6 1490
别跟我提以往
别跟我提以往 2020-12-30 07:39

I need to make a cross domain request from a script that runs in firefox (it\'s just for development purposes).

Can this be achieved? maybe modifying the about

6条回答
  •  既然无缘
    2020-12-30 08:15

    There is a great post by James Padolsey on how to to cross domain requests using jQuery, But the post also has very good resources. There need to be some tweaking to be done on the other server to allow cross domain calls using crossdomain.xml

提交回复
热议问题