Googles App Engine, Python: How to get parameters from a log-in pages?
        Posted  
        
            by brilliant
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by brilliant
        
        
        
        Published on 2009-12-16T12:08:21Z
        Indexed on 
            2010/04/03
            10:53 UTC
        
        
        Read the original article
        Hit count: 463
        
Here is a quote from here:
So in short ... you need to look into login page, see what params it uses e.g login=xxx, password=yyy, post it to that page and you will have to manage the cookies too, that is where library like twill etc come into picture.
How could I do it using Python and Google App Engine? Can anybody please give me some clue? I have already asked a question about the authenticated request, but here it seems the matter is different as here I am suggested to look into login page and get parameters, and also I have to deal with cookies.
© Stack Overflow or respective owner