Daniel Stenberg <[email protected]> writes: > On Thu, 7 Mar 2013, Darshit Shah wrote: > >> The only reason I said that is, even currently wget only accepts >> post data in a key=value format.* > > Oh wow.
The above claim is patently false. Wget doesn't care about the format of --post-data or the contents of --post-file, it just sends it as-is. It does default the content-type to application/x-www-form-urlencoded, but this is easily overridden with the --header option.
