Created
March 23, 2017 14:32
-
-
Save tayyebi/f5c28458218b1881b6e73b0175462d36 to your computer and use it in GitHub Desktop.
send a post request form fiddler and receive it from asp.net mvc api
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
in fiddler composer: | |
Content-Type: application/x-www-form-urlencoded | |
and parameters in mvc api must be same as: | |
public void Post([FromBody]string password) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment