Need to debug my Web API service that's requested from a client machine - need help, how do I do this?

后端 未结 5 1376
一整个雨季
一整个雨季 2020-12-15 22:56

I built a Web API service that\'s hosted locally on my machine in IIS. I have an iOS app that I\'m running via XCode that makes the call to the web service. The connectivi

5条回答
  •  不知归路
    2020-12-15 23:43

    you can use Postman client.

    First : run the API FROM visual studio Second : go to postman put the url and add the parameter in body

    More information : http://www.tutorialsteacher.com/webapi/test-web-api

提交回复
热议问题