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
So I got the free trial API key from https://api.exchangeratesapi.io/ and when I tried it in chrome I got error Access Restricted - Your current Subscription Plan does not support HTTPS Encryption. I tried with HTTP but Chrome was of course internally redirecting me to HTTPS.
So I disabled it via chrome://net-internals/#hsts and it started working, but somehow if I ran the function fetchRates() in chrome console from my local server it was still redirecting me to HTTPS so I was unable to get currencies.
So I got the free trial API key from https://api.exchangeratesapi.io/ and when I tried it in chrome I got error
Access Restricted - Your current Subscription Plan does not support HTTPS Encryption.
I tried with HTTP but Chrome was of course internally redirecting me to HTTPS.So I disabled it via chrome://net-internals/#hsts and it started working, but somehow if I ran the function fetchRates() in chrome console from my local server it was still redirecting me to HTTPS so I was unable to get currencies.
I switched to this free API https://app.exchangerate-api.com/
I don't know why but it took me 1 hour of my life, I'm going to sleep it off now... Goodnight, world!
The text was updated successfully, but these errors were encountered: