Hi, I'm trying to get a json-rpc working but on the method calls I received a 403 error.
Here are the steps I follow:
multichain-util create chain1
echo "rpcallowip=192.168.1.0" >> ~/.multichain/chain1/multichain.conf
multichaind chain1 -daemon
I then use the contents of ~/.multichain/chain1/multichain.conf to set my credentials in the request. I'm calling from another machine on the network.