I am reading files that previously uploaded using Moralis Upload IPFS functions.
Those are all available on IPFS with no issues.
When pulling multiple files from a domain, I noticed that I eventually get a :
[Error] Failed to load resource: Origin XXXXX is not allowed by Access-Control-Allow-Origin. Status code: 200 (XXXX, line 0)
I am wondering if https://gateway.moralisipfs.com/ipfs/ has a read rate limit that is modifying CORS settings on the flight. Is that correct?
I need to find a solution that can deliver IPFS content at scale and I was hoping to deliver content that I uploaded to IPFS via Moralis using Moralis IPFS server.
Is there a CORS limit? if Yes, how should I proceed?