listassets is giving an error HTTP 200

+2 votes
Hello,

I am trying to list all assets in multichain web demo but I am getting an error HTTP 200 but when i am running in CMD using multichain-cli chain2 listassets * true I am getting the list of assets which i have created.

Can you help me with alternative of listassets command or how to fix that error.

Thanks.
asked May 9, 2018 by piyush.sahay

1 Answer

0 votes
HTTP 200 is not an error – it's the status code meaning that the request was successful.

It sounds like you might want to look for some JSON-RPC library for whichever programming language you are using, which will take care of these sorts of details.
answered May 10, 2018 by MultiChain
...