Dnia Thu, 7 Aug 2008 11:14:05 -0700 (PDT), Max napisa�(a): > Following the tutorial at http://personalpages.tds.net/~kent37/kk/00010.html, > I understand how to access HTTP basic authenticated pages or form- > based authenticated pages. How would I access a page protected by both > form-based authentication (using cookies) *and* HTTP basic > authentication?
Use ClientCookie or even better - mechanize: http://pypi.python.org/pypi/mechanize/ The docs aren't perfect, but you should easily find what you are searching for. -- Regards, Wojtek Walczak, http://www.stud.umk.pl/~wojtekwa/
-- http://mail.python.org/mailman/listinfo/python-list