On 05/02/11 02:54, David Lutterkort wrote: (btw, is there a command line tool that will generate
OPTIONS requests ? I had to try this with telnet)
behold the awesomeness of curl; the -X flag allows you to set pretty much any 'method' you like:
"curl -X OPTIONS --user 'name:password' http://localhost:3001/api ..." curl manpage online: http://curl.haxx.se/docs/manpage.html marios
