I am testing an API, how do I specify the parameters to be passed for a POST request in Microsoft's wfetch.exe
?
You need to set "Advanced Request" dropdown to "Add Headers & Body"
then in the textbox put:
Content-Type: application/x-www-form-urlencoded\r\n
\r\n
Field1=value&Field2=value2\r\n
If you have a large amount of form data to post you can use the "from file" option
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With