Is there a way to execute http GET / PUT / SET commands regardless of the command line in ubuntu or windows xp? Preferably without installing third-party products. Being that http is textual, I thought the cmd line would be easier to work with.
I was able to get what I want from GET to ubuntu in bash via
$wget google.com $cat index.html
This is pretty awkward. It would be nice to blow the exit or something else, but even this is not straightforward. C programs are great too. I am trying to do something like what we get with Fiddler, but more basic.
P.Brian.Mackey
source share