I am trying to use wget to access a RESTful interface, but I can not figure out how to do HTTP PUT with wget. How can I do it? Or isn't it prossible?
|
feedback
|
|
| |||
|
feedback
|
|
Since this is REST interface, I think you'd want to use
Or if you need to "post" data from a file, like an XML:
| |||
|
feedback
|
|
For me following worked:
For some reason when I did following it nothing happened (no error as well):
| |||
|
feedback
|
|
If you dont want to use a file as data, you can do the following
| |||
|
feedback
|
