You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Remove trailing slash in proxyUrl
Infura has trouble handling requests with a trailing slash in API endpoint. INFURA/infura#221
Credit to 🍯 for the find
* Remove trailing slashes directly from proxyUrl
* Revert latest change
Steps to reproduce
https://mainnet.infura.io/v3/<PROJECT_ID>/
What is happening
HTTP 401 Unauthorized
What is expected
I think Infura API should handle the trailing slash as it cannot be part of PROJECT_ID and it's very common to add a trailing slash automatically.
References
2018
#159 (comment)
The text was updated successfully, but these errors were encountered: