tags:

views:

152

answers:

1

Hi, I'm new here and on python too, and i need a code to login an HTTPS webpage the page is: ritaj.birzeit.edu and how can i know if its correct username or password , can you help in this :)

+4  A: 

httplib is for the job, and you may refer to the example code at the bottom of the document. and google for the httplib sample code.

Dyno Fu
thank you :),, i know this but i need a code if you can ,, please.ok
Rami Jarrar
Uh, he actually gave you a good pointer to how to solve this. It is somewhat outside of SO etiquette to then ask that he write your code for you.
Peter Rowell