INFURA / infura

Official Public Repository for INFURA
https://infura.io
381 stars 62 forks source link

Whitelist Origins Not Working on Safari #180

Closed devstein closed 5 years ago

devstein commented 5 years ago

I whitelisted my domain and verified it worked on Chrome, Brave, Firefox, and iOS Safari, but when I tested Safari I received a 403 forbidden. Once I removed my domain from the whitelist, Safari worked again. This is not a CORs issue.

I'm using the latest web3 v1.0.0-beta.52

Any help is appreciated!

egalano commented 5 years ago

Thanks for reporting! Our team is looking into this.

ryanschneider commented 5 years ago

Thanks @devstein I believe we've identified the issue and will be deploying a fix for it around 2019-04-09 17:00 UTC (so in about 24 hours from the time of this post).

ryanschneider commented 5 years ago

@devstein the fix for your issue has been deployed, please let us know if you continue to have issues.

Also, we'll be updating our docs to reflect this, but for the Origin whitelist you can enter either a hostname by itself or with a scheme (e.g. https://mysite.tld or mysite.tld). If you enter a scheme then the whitelist will only match that scheme (to force https, for example), if you enter just a hostname any scheme will work. Schemes work with wildcard subdomains as well (e.g. https://*.mysite.tld).

devstein commented 5 years ago

@ryanschneider @egalano Thanks! I'll let you know if anything comes up