Open sandeepc24 opened 3 years ago
I've seen this issue mentioned elsewhere, and the reason that was given was correct -- FSharp.Data uses System.Net.WebRequest, which is not supported on Blazor Wasm. Instead, requests must be done with System.Net.Http.HttpClient.
Now, there is a fork of FSharp.Data here that uses HttpClient; I made it a long time ago for http://tryfsharp.fsbolero.io. It's quite out of date now, but it should be possible to update it.
Would you consider creating a PR with your changes?
Sure. I'll post an issue first to see if there's interest from the maintainers.
Please see https://github.com/fsprojects/FSharp.Data/issues/1390