[Python-talk] Can python program read index.jsp web page?
Kent Johnson
kent37 at tds.net
Mon Aug 13 08:39:26 EDT 2007
Alex Hewitt wrote:
> I haven't had time yet to see what effect cookies might be having but
> based on a quick test Friday I think that's why I'm able to pull the
> application up in my browser. The web page says "logged in: Alex Hewitt"
> which tells me that it likely read a cookie on my system because it
> never asked me to log in.
So delete the local cookie and try again in the browser, you should get
a better idea what hoops your Python program will have to go through.
Kent
More information about the Python-talk
mailing list