YQL 使用限制 - http 304
遵循类似的主题:http://developer.yahoo.com/yql/guide/usage_info_limits。 html ,并在阅读有关以下内容的 YQL 文档后: http://developer.yahoo.com/yql/guide/usage_info_limits.html,我仍然想知道某个问题:
考虑到 YQL 允许每个 IP 1000 次调用,HTTP 304(未修改)结果仍然被视为命中?
含义 - “304”结果是否算作每个 IP 每小时 1000 次调用的一部分?
谢谢
编辑:
我接受了斯皮尔的回答,因为我没有得到更好的答案,而且自从提出问题以来已经过去了足够长的时间:)
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
以下内容似乎表明缓存的 304 响应不计入您的限制。
http://www.yqlblog.net/blog/2010/03/12/avoiding-rate-limits-and-getting-banned-in-yql-and-pipes-caching-is-your-朋友/
The following seems to indicate that cached 304 responses do not count against your limit.
http://www.yqlblog.net/blog/2010/03/12/avoiding-rate-limits-and-getting-banned-in-yql-and-pipes-caching-is-your-friend/
我不知道 304 响应是否会计入您每小时的 IP 限制。
另一方面,如果您的根本问题应该是 1.000 次调用还不够:
什么反对注册应用程序以便获得访问密钥然后使用 OAuth 进行身份验证?这将使您每小时 10,000 个调用,每天 100,000 个调用,这对于大多数用例来说已经足够了。
I don't know if the 304 responses counts to your hourly IP limit.
On the other hand if your underlying issue should be that the 1.000 calls are not enough:
What speaks against registering an application so that you get an access key and then use OAuth to authenticate? That would give you 10k calls per hour and 100k calls per day which is plenty for most use cases.