jangidipramod / android-xmlrpc

Automatically exported from code.google.com/p/android-xmlrpc
0 stars 0 forks source link

Bad login/pass on wordpress xmlrpc server. #27

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1.Created a client object with parameters new XMLRPCClient(URL url, String 
username, String password)
where the url contains the xmlrpc url of my wordpress blog. 
2.I called the function "wp.getUsersBlogs"
3.Stored the array and displayed it in a textview but instead an exception 
occured which displays the message -: "XMLRPC Fault: Bad login/pass 
combination. [Code 403]. I am passing the right userid and pass in the 
parameters though.

What is the expected output? What do you see instead?

The textview should have displayed all the parameters of the returned array of 
struct. 

What version of the product are you using? On what operating system?

The latest svn build.
Please provide any additional information below.

I was trying to use this library to fetch the blogs and upload comments on 
wordpress blog using XmlRpc. 

Original issue reported on code.google.com by piyushsl...@gmail.com on 24 Mar 2011 at 8:46

GoogleCodeExporter commented 9 years ago
There is a known issue with the http library being used not liking certain URL 
structures (specifically http://user:pass@host/path)

Can you provide a code snippet that we can use to try to progress this issue. 
Please replace sensitive details with XXXXX's.

Original comment by jon@sprig.gs on 24 Mar 2011 at 10:00

GoogleCodeExporter commented 9 years ago
As I've not seen a response to the request made on 24th March, I'm closing this 
ticket. If you have any further issues, please either re-open this one (if you 
can - if not please e-mail me jon@sprig.gs to re-open it) or raise a fresh 
ticket.

Original comment by jon@sprig.gs on 3 Aug 2011 at 7:52