accessing a page which request an openID authentication

Steven D'Aprano steve+comp.lang.python at pearwood.info
Sat Dec 14 05:01:53 EST 2013


On Fri, 13 Dec 2013 16:42:37 +0000, Denis McMahon wrote:

> On Fri, 13 Dec 2013 02:32:49 -0800, uni.mail.2014 wrote:
> 
>> I have a page that request an openID authentication ....
> 
> And your Python question is?

I thought the question was fairly obvious. How would you access a page 
using OpenID in Python?

The "in Python" should be implied by the fact that it was posted to a 
Python forum rather than a Ruby/Forth/C/Go/Scheme/whatever forum. 
Presumably the poster is an expert Python coder who just needs a pointer 
to some library that handles OpenID, probably because Google is blocked 
in whatever part of the world he is posting from. As are Bing, 
DuckDuckGo, and Yahoo. (It must suck to be a programmer in North Korea.)

To uni.mail.2014, if that is your real name, you'll improve the quality 
of the answers to your questions if you improve the quality of your 
questions. What gave you tried? What result did you get? What result did 
you expect? What version of Python are you using? What level of hand-
holding do you require, e.g. are you a Python expert or beginner?


-- 
Steven



More information about the Python-list mailing list