manolo-alvarez / PoliTEA

Informative political website for U.S. voters
0 stars 1 forks source link

XMLHttpRequest blocked by CORS policy #21

Closed aidanmcgraw closed 4 years ago

aidanmcgraw commented 4 years ago

Occasionally the google app engine api we are using will not be accessible due to a supposedly missing "Access-Control-Allow-Origin" header from the requested source. This will occur for about 5 minutes, and then the server will be accessible like normal for another 20 minutes on average. I'm not sure if I/the team are sending too many api requests and it is overloading the server, or if something else is going on here.

image