I have a REST WebAPI service running in another solution. I was sucessful to reach and test the service using Postman in the URL: https://localhost:44322/api/CareerPath/GetActiveCareerPaths
I followed the steps mentioned in the Xamarin course to consume my WebAPI Service
System.Net.Http.HttpRequestException: ‘Could not connect to the server.’
I’m usning Visual Studio 2022 Community for Windows 11.
Following is the configuration I have for the iOS project: