Method to authenticate to fedorahosted using XML-RPC does not support user password with special characters like '@/ :' etc .... as the credentials are send in a url. JSON-RPC is using an HTTP POST request to authenticate to fedorahosted.
It's working but, we will have to add requests in requirements.
requests
2 new commits added
Thanks for the review, I have updated the requirements.
1 new commit added
Pull-Request has been merged by cverna
Method to authenticate to fedorahosted using XML-RPC does not support user password with special characters like '@/ :' etc .... as the credentials are send in a url.
JSON-RPC is using an HTTP POST request to authenticate to fedorahosted.