librelist archives

« back to archive

RESTful client problems

RESTful client problems

From:
Silas Baronda
Date:
2010-05-29 @ 20:14
I'm having a heck of a time getting python-wellrested working against
flask with the basic realm module working.  I know that basic realm
works because I can curl -u admin:secret -d "name=Hello"
http://localhost:8000/test and it works fine.

Has anyone successfully gotten httplib2 (which python-wellrested) is
based on working with a flask app that uses basic realm?