【发布时间】:2012-11-20 16:42:37
【问题描述】:
【问题讨论】:
标签: http-headers web-crawler google-search-appliance throttling http-response-codes
【问题讨论】:
标签: http-headers web-crawler google-search-appliance throttling http-response-codes
其实推荐的(RFC6585)http状态是429 Too Many Requests。例如,它用于Twitter REST API Rate Limiter。
但是,如果您 flood it with requests,GSA 将在内部 return 503 Service Unavailable,因此 IMO 可以安全地假设它也期望外部站点以相同的方式运行。
我选择了503 Service Unavailable 我的节流解决方案。
【讨论】: