Dear Wiki user,

You have subscribed to a wiki page or wiki category on "Couchdb Wiki" for 
change notification.

The "Quirks_on_Windows" page has been changed by DaveCottlehuber.
http://wiki.apache.org/couchdb/Quirks_on_Windows?action=diff&rev1=1&rev2=2

--------------------------------------------------

   * or to use one of the three escape character sequences ("" or a ^" or a \") 
for every internal quote, to get past the cmd.exe shell
  
  {{{
- curl -X PUT http://@127.0.0.1:5984/albums/6e1295ed6c29495e54cc05947f18c8af -d 
"{\"title\":\"There is Nothing Left to Lose\",\"artist\":\"Foo Fighters\"}"
+ curl -X PUT 
http://username:passw...@localhost:5984/albums/6e1295ed6c29495e54cc05947f18c8af 
-d "{\"title\":\"There is Nothing Left to Lose\",\"artist\":\"Foo Fighters\"}"
  }}}
  

Reply via email to