证书透明性日志-API的条目限制范围

问题描述

只是想知道http://ct.googleapis.com/logs/argon2021/ct/v1/get-entries?start=12345&end=12345是否在范围内。

现在我最多只能在该API中获得20个条目。例如,我想获取最近的记录,当前的树大小为1000。我必须执行类似的操作

http://ct.googleapis.com/logs/argon2021/ct/v1/get-entries?start=1&end=20
http://ct.googleapis.com/logs/argon2021/ct/v1/get-entries?start=21&end=40
http://ct.googleapis.com/logs/argon2021/ct/v1/get-entries?start=41&end=60



直到我可以获得1000条记录,而不是像

http://ct.googleapis.com/logs/argon2021/ct/v1/get-entries?start=1&end=1000

每个操作员都有限制吗?我现在观察到的是以下数据 Google的20个
1000 for Cloudflare
200让我们加密

如果是,则每次通话限制是多少?谢谢。

解决方法

我试过google CT log API,好像google最多只支持31个,比如: http://ct.googleapis.com/logs/argon2021/ct/v1/get-entries?start=1&end=31 当我尝试添加更多记录时 http://ct.googleapis.com/logs/argon2021/ct/v1/get-entries?start=1&end=32 我得到了同样的回应。 仅供参考