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

link|improve this question

74% accept rate
feedback

1 Answer

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.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.