Every now and then, I occasionally get "Failed to load resource: net::ERR_CONNECTION_RESET" when trying to access an arXiv API URL, such as
this one.
The JavaScript code I am using is this:
And if I paste the URL into my browser, the same thing happens - I get a connection reset error. Any idea what might be causing this and how to resolve it? Does arXiv have some kind of limits/block me from sending such requests? I am not sending an unreasonably large amount though, so I'm surprised by this. I simply want to fetch a couple of paper titles along with their arXiv URLs.
Has anyone else faced this?