I've been writing an in-house web application to import a large number of legacy requirements into JIRA. I've done a lot of testing so I have been doing a lot oF REST API requests over time. I've been using basic authentication.
Everything has been working fine. But then suddenly, this evening, the REST API calls stopped responding altogether. I get no response at all and eventually the request just times out. An example call would be:
GET https://username:password@our-company-server.com/tracker11/rest/api/2/project
This was literally working 2 hours ago and now just times out. Interestingly, if I just type the https address in the address bar of the browser, I get the expected response.
Any idea what might cause this?
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.