Hi - Iāve been using the webAPI for some time now without issue. I have a new development server that I started up this week and the new server only allows me to call the API once, and then all subsequent attempts return āConnection Failureā
I am sending a get request to āhttps://deep-index.moralis.io/api/v2/nft/ā for a particular address.
Like I mentioned, it works perfect the first time, but if I call the same link again it fails. I am able to call other servers fine so I dont think its an issue on my side. And given it works once wouldnāt imagine its a firewall or port issue on my server.
Are you blocking certain IPs after the first request given this is a new server? Any ideas?