Tag: HttpClient

  • Calling our own backend server from an MAUI app

    Let’s try something simple today! Let’s call a backend REST API from an MAUI app. And not just any backend on the internet. We don’t want to connect to some suspicious, anonymous server! Just our own simple and safe newly created backend. How hard could it be? Let’s start with a simple MAUI app called…