Javascript – Chained https requests using promises seem to be out of order
I'm trying to figure out how Promises work with multiple HTTPS requests in Javascript, but I have a problem where the results seem out of order with the request sequence. I'm using an ASP.NET Controller API implementation for a simple…