monero-integrations / monerophp

Monero PHP library + JsonRPC Client
MIT License
116 stars 76 forks source link

Response Http Error - 401 Unauthorized #94

Closed randy86 closed 5 years ago

randy86 commented 5 years ago

hello i have problem, when i using the getbalance function etc rpc work fine, but when i using the transfer function the result is eror Response Http Error - 401 Unauthorized but the transaction in wallet is successfull. how to fixed the error response ?

Thank you

serhack commented 5 years ago

Hi! Did you set up a digest user for authentication? For test, you may disable it by adding the '--disable-rpc-login'.