logging on https - question

Leszek domcio_ at poczta.onet.pl
Mon Aug 9 11:03:04 EDT 2004


Hi!

Does anybody knows how to log on https page ? .
This page has no html code for "name" and "password" (it uses servlets).

<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=iso-8859-2">
<title>Bank of Warsaw</title>
</head>
<frameset rows="*,0" border=1 cellpading=0 cellspacing=0 frameborder=0
framespacing=0>
	<frame name="vibmain" src="servlet/login" scrolling=auto marginwidth=0
marginheight=0>
	<frame name="vibfoot" src="foot.html" scrolling=no>
</frameset>
</html>

I'm a client of that bank (so I have "name" and "password") and want to
automate checking my account.
I'm a starting programmer in python, and this problem is unfortunately too
complicated for me. Please, help me.

Leszek





More information about the Python-list mailing list