Graeme
Graeme
[Blazing.Mvvm](https://github.com/gragra33/Blazing.Mvvm) - Mvvm Blazor using CommunityToolkit.Mvvm with built-in Navigation by ViewModel support
I have ported the Xamarin project to a Blazor project with minimal changes. Project can be found here: [gragra33 / MvvmSampleBlazor](https://github.com/gragra33/MvvmSampleBlazor)
There is an easy fix for this, we need to add a 'User-Agent' header, something like below: ```csharp public interface IRedditService { /// /// Get a list of posts from...