We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Trying any call with https instead of http (which also doesn't work) results in 403 forbidden error
Example Block Number Call Error in Unity Console:
HTTP/1.1 403 Forbidden UnityEngine.Debug:Log (object) GetLatestBlockCoroutine/<GetBlockNumber>d__6:MoveNext () (at Assets/GetLatestBlockCoroutine.cs:40) UnityEngine.SetupCoroutine:InvokeMoveNext (System.Collections.IEnumerator,intptr)
The text was updated successfully, but these errors were encountered:
I had to create my own Infura link to get it working!
Sorry, something went wrong.
I created a custom endpoint link from infura, still getting 403. Any other suggestions?
No branches or pull requests
Trying any call with https instead of http (which also doesn't work) results in 403 forbidden error
Example Block Number Call Error in Unity Console:
The text was updated successfully, but these errors were encountered: