Hello,

I have a simple function, like this:

@service.xmlrpc
def list_car():
    cars=db(db.car.id_person==auth.user.id).select(db.car.id,
db.car.color)
    return cars.response

Well, I'm accessing the service so: 
https://username:password@my_server/my_app/service/call/xmlrpc

This works fine on my computer (python), but the person who is saying
that developing for iPhone gives "time out" error, he said the problem
is to pass the login and password via url, not work in iPhone. Someone
here on the list developed for iPhone that could tell if what he says
is correct?


Reply via email to