Post
Topic
Board Bitcoin Technical Support
Re: bitcoin-0.9.2-linux , "error: server returned HTTP error 403"
by
stepkrav
on 31/07/2014, 14:11:00 UTC
nope.

i've even tried

Code:
bitcoind -rpcuser=some -rpcpassword=else

and then

Code:
bitcoin-cli -rpcuser=some -rpcpassword=else getinfo


and it fails

You can try

Code:
bitcoind -rpcuser=some -rpcpassword=else -rpcallowip=MYIP

Replace MYIP with you ip or network address.



I did have rpallowip=127.0.0.1 wouldn't work. I changed it with the public IP and it worked! Damn me. Thanks.