How to apply the user's HTML environment in a Python programme?

Jerry Hill malaclypse2 at gmail.com
Fri Sep 21 09:36:08 EDT 2012


On Fri, Sep 21, 2012 at 9:31 AM, BobAalsma <overhaalsgang_24_bob at me.com> wrote:
> Thanks, Joel, yes, but as far as I'm aware these would all require the Python programme to have the user's username and password (or "credentials"), which I wanted to avoid.

No matter what you do, your web service is going to have to
authenticate with the remote web site.  The details of that
authentication are going to vary with each remote web site you want to
connect to.

-- 
Jerry



More information about the Python-list mailing list