API 速率限制是否将 javascript 请求视为来自域的 IP 还是用户的 IP?

发布于 2024-07-26 15:18:39 字数 121 浏览 9 评论 0原文

API 具有基于特定 IP 地址的点击次数的速率限制。

我的请求是 AJAX - 所以它们是由页面上某处的 JavaScript 执行的。

被速率限制的 IP 是否显示为客户端的或站点的?

An API has a rate limit based upon the number of hits from a certain IP address.

My requests are AJAX - so they're performed by a javascript living somewhere on a page.

Does the IP being rate limited appear as the client's or the site's?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

一抹淡然 2024-08-02 15:18:39

由于 javascript 是在客户端(也称为浏览器中)执行的,因此请求将显示客户端的 IP(或任何代理)。

Since javascript is executed client side (aka in the browser) the request will show the client's IP (or any proxy).

々眼睛长脚气 2024-08-02 15:18:39

服务提供商可以看到的 IP 地址将是客户端(Web 浏览器)地址。

但这不一定是用于限制的。 这也可以通过 API 密钥或用户帐户来完成。 检查您的服务协议。

The IP address the service provider can see would be the client (web browser) address.

But this is not necessarily what is being used for limiting. That could also be done by the API key or user account. Check your service agreements.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文