testing - How do I specify POST parameters in wfetch -


i testing api, how specify parameters passed post request in microsoft's wfetch.exe?

you need set "advanced request" dropdown "add headers & body"

then in textbox put:

content-type: application/x-www-form-urlencoded\r\n \r\n field1=value&field2=value2\r\n 

if have large amount of form data post can use "from file" option


Comments

Popular posts from this blog

asp.net - repeatedly call AddImageUrl(url) to assemble pdf document -

java - Android recognize cell phone with keyboard or not? -

iphone - How would you achieve a LED Scrolling effect? -