drd2551 2010-07-14 14:30
浏览 42
已采纳

异步跨域GET请求

Does anyone has any solutions on accomplishing asynchronous cross-domain GET requests. I am looking to make a site that checks available names of other sites. The faster the better.

I'd like it to use my server if possible, as its most likely faster than the client. Would most likely send it a huge array (300-10000) requests.

Examples, links, anything will work.

  • 写回答

3条回答 默认 最新

  • donglinxi1467 2010-07-14 14:32
    关注

    You would have to make a same-domain get request to your server, and have your PHP script do the checking (maybe using CURL) before responding to the request.

    http://www.php.net/manual/en/curl.examples-basic.php

    本回答被题主选为最佳回答 , 对您是否有帮助呢?
    评论
查看更多回答(2条)

报告相同问题?

悬赏问题

  • ¥20 delta降尺度方法,未来数据怎么降尺度
  • ¥15 c# 使用NPOI快速将datatable数据导入excel中指定sheet,要求快速高效
  • ¥15 再不同版本的系统上,TCP传输速度不一致
  • ¥15 高德地图点聚合中Marker的位置无法实时更新
  • ¥15 DIFY API Endpoint 问题。
  • ¥20 sub地址DHCP问题
  • ¥15 delta降尺度计算的一些细节,有偿
  • ¥15 Arduino红外遥控代码有问题
  • ¥15 数值计算离散正交多项式
  • ¥30 数值计算均差系数编程