Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
API 具有基于来自某个 IP 地址的命中次数的速率限制。
我的请求是 AJAX - 所以它们是由位于页面某处的 javascript 执行的。
受速率限制的 IP 是否显示为客户端的或站点的?
由于 javascript 是在客户端(也就是在浏览器中)执行的,因此请求将显示客户端的 IP(或任何代理)。
服务提供商可以看到的 IP 地址将是客户端(Web 浏览器)地址。
但这不一定是用于限制的内容。这也可以通过 API 密钥或用户帐户来完成。检查您的服务协议。
What I need to do is select list of nested elements, here is my query which returns IEnumerable<IEnumerable<object>> here is my li
returns
IEnumerable<IEnumerable<object>>