Quantcast
Channel: how to call web api methods in mvc5 from fiddler
Browsing latest articles
Browse All 4 View Live

Re: how to call web api methods in mvc5 from fiddler

if you already have the client and the api working, open up fiddler, fire a request, then from the fiddler log drag the request to api to the composer

View Article



Re: how to call web api methods in mvc5 from fiddler

In this video tutorial Scott Hanselman explain what you are looking for.

View Article

Re: how to call web api methods in mvc5 from fiddler

Hi,in Fiddler you would pass it via the request body textbox as json and set the content type to application/json.Take a look at this answer also:...

View Article

how to call web api methods in mvc5 from fiddler

How Can I call below Method from fiddler..[HttpPost] [Route("api/AddUserData/")] // POST: api/User public IHttpActionResult AddUserData([FromBody]UserMaster userMaster) {}how can pass userMaster...

View Article
Browsing latest articles
Browse All 4 View Live




Latest Images