I have a post method that sends json to my api.
My endpoint works in postman so my problem is in my xamarin post request:
async void RegisterUser(o
So after 2 days of googling i found a solution:
https://marketplace.visualstudio.com/items?itemName=vs-publisher-1448185.ConveyorbyKeyoti#overview
now I can post to my api from my xamarin forms project!!!
thanks for everyone's input