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
Post a Comment