Jquery 和 Wikipedia API 用户代理问题
我正在尝试使用维基百科 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
如果您使用的脚本以人工速率发出请求,那么应该没问题。使用 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.