Can I make an XMLHttpRequest to another domain?

后端 未结 7 1512
面向向阳花
面向向阳花 2021-02-18 18:29

Is there a way to use XMLHttpRequest in combination with other domains?

I would like to parse some xml from Google without having to use a server so it is minimalistical

7条回答
  •  情书的邮戳
    2021-02-18 18:36

    It is possible to make a XHR to another domain with HTML5.You can also make different protocol request with XHR when communicating with HTTP to another web site.

提交回复
热议问题