Does https://gateway.moralisipfs.com/ipfs/ implement a CORS limit when delivering content?

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?

I donโ€™t know now of read limits. You could use other ipfs gateways too to see if it works better.

I tried to see details on the IPFS gateway limits but could not. Is it something you are planning to stop supporting?
It is not mentioned in any of the plans.
Are you suggesting I use another company services?

I donโ€™t know of limits now for accessing the files, I donโ€™t know at this moment if we will stop providing IPFS or not.

For reading data from IPFS you can use any other public gateway, all the gateways will provide the same data as long as the file is pinned.

This topic was automatically closed 5 days after the last reply. New replies are no longer allowed.