Re: basic web auth and verification

2007-10-24 Thread [EMAIL PROTECTED]
On Oct 23, 12:55 am, Ralf Schönian <[EMAIL PROTECTED]> wrote: > [EMAIL PROTECTED] schrieb: > > > > > > > Trying to figure out how to add login verfication. I believe it is > > logging me in, but theres no way to really tell..any ideas? or > > tutorials out there that can exaplain this to me? > > >

Re: basic web auth and verification

2007-10-24 Thread Ralf Schönian
[EMAIL PROTECTED] schrieb: > Trying to figure out how to add login verfication. I believe it is > logging me in, but theres no way to really tell..any ideas? or > tutorials out there that can exaplain this to me? > > Thanks > > import urllib,urllib2,cookielib > > passlst = open(passfile, 'r').re

basic web auth and verification

2007-10-22 Thread [EMAIL PROTECTED]
Trying to figure out how to add login verfication. I believe it is logging me in, but theres no way to really tell..any ideas? or tutorials out there that can exaplain this to me? Thanks import urllib,urllib2,cookielib passlst = open(passfile, 'r').readlines() url="http://somesite"; cj = cookiel