CORS error when parallel requests for monthly games

Sort:
bmacho

I encountered this bug too:

https://www.chess.com/clubs/forum/view/cors-error-while-requesting-games

that is, if I make parallel requests for monthly games ( even for only 2 requests ), the response header does not contain the field

access-control-allow-origin: *

I am positive that this is not the intended behavior, and it is clearly going against the documentation, please fix it.