Skip to content

Instantly share code, notes, and snippets.

@tayyebi
Created March 23, 2017 14:32
Show Gist options
  • Save tayyebi/f5c28458218b1881b6e73b0175462d36 to your computer and use it in GitHub Desktop.
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
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