How i can send a json request using the poster, where as i have successfully deployed and connected it with web demo.
I am using the below details while sending the json request
URL :- http://<target id>:<port>/multichain-cli/test/getinfo
content type :- application/json
Request/body:- {"params":[],"id":1,"chain_name":"test"}
while sending a request i am getting a "Not Found" where as i also tried with their authentication by adding the below detail as well
#username :- multichainrpc
#password :- 9XJFHwysrsLF9ZAV1nWg3NW4T7mgCpinLtLX73qUYmtv
please help me out to resolve this issue