Open devurandom opened 11 years ago
Does not seem to allow authentication with empty username (only password). Line 71 " if self.__url.username is not None: " should check that both username and password is None.
Is that actually possible/allowed and used anywhere? Authenticating with just a password?
Yes, I personally have used username-less (just a password) authenticated JSON-RPC.
@luke-jr looks like you need to fix some conflicts
This isn't my PR.
Does not seem to allow authentication with empty username (only password). Line 71 " if self.__url.username is not None: " should check that both username and password is None.
But other than this it looks good to me. And also includes the Basic auth encoding fix in Pull #11.