-
Notifications
You must be signed in to change notification settings - Fork 287
New issue
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
WorldBank provider is broken (their API changed to https) #1514
Comments
To validate (in case it was a temporal failure): http: https: |
Yes, the current build fails without this. |
dsyme
added a commit
that referenced
this issue
Oct 2, 2024
Change WorldBank url to https; fixes #1514
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
WorldBank stopped responding to
http
requests, but is responding tohttps
.FSharp.Data/src/FSharp.Data.DesignTime/WorldBank/WorldBankProvider.fs
Line 31 in 71c95c7
The above url needs to change to https.
The text was updated successfully, but these errors were encountered: