[rabbitmq-discuss] Http API: new user

Matthias Radestock matthias at rabbitmq.com
Mon Aug 26 12:19:40 BST 2013


On 26/08/13 12:10, SAG - Jonathan Andrés wrote:
> I'm using CURL/7.31.0 on windows

...in which case the problem may well be Windows shell escaping, which 
is different than under Unix.

I am no expert in Windows scripting, but 
https://www.rabbitmq.com/ha.html has some example of unix vs windows 
rabbitmqctl commands which may be a useful guide for constructing a curl 
command line. In particular note that instead of surrounding literally 
quoted text with '', it is surrounded with "" and all occurrences of " 
are doubled ("").

Matthias.


More information about the rabbitmq-discuss mailing list