Thank you for your response but I finally figured out the problem.
To make RPC calls it seems that user needs to be authenticated on
Dreamhost, so when I login with my app:
> user:pass@*www.*app.dreamhost.com/app/default/call/jsonrpc
Another important thing to remember is that without the www
models/db.py
from gluon.tools import Auth,Crud, Service, prettydate
from gluon.contrib.login_methods.basic_auth import basic_auth
import datetime
crud, service = Crud(db), Service(),
auth = Auth(db)
auth.define_tables(username=True)
auth.settings.allow_basic_login = True
auth.settings.hmac_key =
ssenger if you can avoid it...
>
> Richard
>
>
> On Sun, Jan 27, 2013 at 8:53 PM, Vaibhav Kapoor
>
> > wrote:
>
>> Hi, I was really hoping I wouldn't run into trouble if I had purchased
>> shared hosting, but it seems I am somewhat stuck and unsure
Hi, I was really hoping I wouldn't run into trouble if I had purchased
shared hosting, but it seems I am somewhat stuck and unsure how to continue.
I have been working extensively with jsonrpc service call and have them
working well. For the time being I have simple authentication
user:p...@web
e should be a simple way to handle this but
couldn't find a solution, could you help me out.
Thanks and regards
Vaibhav Mishra
5 matches
Mail list logo