Why can't I post from my Xamarin Frorms app to my .net core web api

前端 未结 2 1914
暖寄归人
暖寄归人 2021-01-26 10:40

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         


        
2条回答
  •  星月不相逢
    2021-01-26 10:55

    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

提交回复
热议问题