Http Get Request not getting any data
问题 I have my Web Api on a production server online and working well in postman and in Xamarin forms so far until I needed to do a Get Request and does not return any data. Infact it stops at the GetAsStringAsync line and does not continue. Instead, it jumps out of the method and then nothing more. Does any one know what the problem could be? I have checked and made sure my Internet is working and the Uri too. This is where I am doing my Get in Xamarin forms: public async Task<List<OfferModel>>