Stubhub API does not accept calls from AWS server

All my API requests are working locally, but as soon as I push my code live, the API no longer accepts my calls. My site is hosted on AWS. I've contacted Stubhub several times, but I still need to get back to me.

+3


source to share


1 answer


I know this was an old question, but I had the same problem and found this thread while trying to solve it. Eventually I found an explanation.

I think StubHub probably got the DDOS server from EC2 servers and as a result some of the IPs were blacklisted. My solution: I just created an elastic IP and associated it with my EC2 instance and now my requests are successful.



Hope it helps.

+2


source







All Articles