Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Programming > Python > Web client, https and session management

Reply
Thread Tools

Web client, https and session management

 
 
Yannick Turgeon
Guest
Posts: n/a
 
      07-12-2005
Hello all,

2-3 years ago, I did a program in perl. Now I have to modify it and I
want to rewrite it from scratch using Python.

The program is doing this:
1- Load Yahoo login webpage (https)
2- Log into Yahoo website using my personal login and password.
3- Grasp and extract some information from my mailing lists messages
(http, not https).

My questions are:
- Is it possible to do this using Python?
- How?

To acheive point #3, which is the goal, my web client has to manage
session (because of the login aspect). This is the part I don't know
how it's working. Any help would be appreciated. Thanks.

Yannick

 
Reply With Quote
 
 
 
 
Grant Edwards
Guest
Posts: n/a
 
      07-12-2005
On 2005-07-12, Yannick Turgeon <> wrote:

> To acheive point #3, which is the goal, my web client has to manage
> session (because of the login aspect). This is the part I don't know
> how it's working.


You might want to take a look at the ClientCookie package.

--
Grant Edwards grante Yow! Then, it's off to
at RED CHINA!!
visi.com
 
Reply With Quote
 
 
 
 
=?ISO-8859-1?Q?Gregory_Pi=F1ero?=
Guest
Posts: n/a
 
      07-12-2005
How's this for an answer, it even uses yahoo in the example!

http://aspn.activestate.com/ASPN/Coo.../Recipe/391929

Greg
 
Reply With Quote
 
Yannick Turgeon
Guest
Posts: n/a
 
      07-12-2005
Well... Thanks for that! The work is almost completed now! ;o)

Yannick

 
Reply With Quote
 
 
 
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
server side redirect https => https NOT working Axel ASP General 8 04-27-2009 02:02 AM
https authentication & storing https page in string Naveen Dhanuka Ruby 1 09-19-2007 02:05 PM
Session Timeout problems-web.confg session state and IIS session s =?Utf-8?B?Um9iSEs=?= ASP .Net 4 04-11-2007 04:52 PM
open-uri and HTTPS, or net/https with a redirect jotto Ruby 4 10-02-2006 07:26 AM
CatOS web management or CiscoView management ? Martin Bilgrav Cisco 1 12-20-2003 01:49 PM



Advertisments
 



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57