Jquery 和 Wikipedia API 用户代理问题

发布于 2024-10-15 02:55:42 字数 108 浏览 4 评论 0原文

我正在尝试使用维基百科 api,但我读到发送非通用用户代理是必要的...

我正在使用 jquery 和 ajax 调用...但我不知道该怎么做才能使其工作。 ...

谢谢

i'm trying to use the wikipedia api, but i read that is necessary to send a non generic user-agent...

i'm using jquery with ajax call...but i dont know what to do to make it working....

thanks

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

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

发布评论

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

评论(1

情绪少女 2024-10-22 02:55:42

如果您使用的脚本以人工速率发出请求,那么应该没问题。使用 Jquery 的浏览器将发送适当的用户代理,并且可能无法可靠地覆盖它。

“不要复制浏览器”用户代理要求旨在实现自动编辑过程以高速生成大量页面请求。如果您尝试在浏览器中用 Javascript 编写其中一个这些,您可能需要研究其他解决方案。

If you are using a script that makes requests at a human rate, you should be fine. The browser with Jquery will send an appropriate user agent, and it probably cannot be reliably overridden.

The "don't copy a browser" User-Agent requirement is aimed at automated editing processes that generate a large number of page requests at a high rate of speed. If you're trying to write one of those in Javascript inside a browser, you might want to look into other solutions.

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