Anyone having problems getting 502 (bad gateway) response from API?
I am continually getting 502 responses from the API but they are inconsistent. Some requests go through without a problem but at another time, the same request that worked, say 20min ago returns a a 502. I am trying to isolate the problem but i don't know where to start. I have not changed anything in the header, url, or the url parameters. It seems the API just stops processing my requests.
I'm using Postman and I have also written some PHP scripts based on the PHP samples provided on Github.
Has anyone had this experience? I would like to know how you fixed it, or learned to avoid it.
Thanks