Unity3dSampleTemplate
Unity3dSampleTemplate copied to clipboard
403 Forbidden Error?
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)
I had to create my own Infura link to get it working!
I created a custom endpoint link from infura, still getting 403. Any other suggestions?