I'm running Consul 0.6.4 on Windows.
When I try to register a service via the HTTP API interface I get a 'Request decode failed' error.
Request decode failed: invalid character '\'' looking for beginning of value
I try it without the single quotation marks, I get a similar error:
Request decode failed: invalid character 'I' looking for beginning of object key string
I pushed the json through json lint, I get no failures.
I saw a similar entry in the groups about 2 years ago. The issue was attributed to the version of Consul used. But as mentioned, I'm using the latest version 0.6.4. When I posted that service-registration example, it too failed with a similar error.
What am I doing wrong?
Richard