arsenlosenko/python-ripple-lib

Authorization support

levchik opened this issue · 0 comments

Hi, I've tried to connect to my node which is running with auth enabled but had no success.
Tried to specify credentials in URL as for basic auth as follows https://user:pass@host:port/ but got:
URLError: <urlopen error [Errno 8] nodename nor servname provided, or not known>.

It would be great if RippleRPCClient allowed to specify user and password as parameters to __init__ method, which would be passed then in Request of urllib.