Post request with Wget?
Wget currently doesn’t not support “multipart/form-data” data. –post-file is not for transmitting files as form attachments, it expects data with the form: key=value&otherkey=example. It is actually possible to post other formats (json) if you send the corresponding header. –post-data and –post-file work the same way: the only difference is that –post-data allows you to specify … Read more