Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #61806 > unrolled thread
| Started by | uni.mail.2014@gmail.com |
|---|---|
| First post | 2013-12-13 02:32 -0800 |
| Last post | 2013-12-14 10:01 +0000 |
| Articles | 4 — 4 participants |
Back to article view | Back to comp.lang.python
accessing a page which request an openID authentication uni.mail.2014@gmail.com - 2013-12-13 02:32 -0800
Re: accessing a page which request an openID authentication Mark Lawrence <breamoreboy@yahoo.co.uk> - 2013-12-13 13:49 +0000
Re: accessing a page which request an openID authentication Denis McMahon <denismfmcmahon@gmail.com> - 2013-12-13 16:42 +0000
Re: accessing a page which request an openID authentication Steven D'Aprano <steve+comp.lang.python@pearwood.info> - 2013-12-14 10:01 +0000
| From | uni.mail.2014@gmail.com |
|---|---|
| Date | 2013-12-13 02:32 -0800 |
| Subject | accessing a page which request an openID authentication |
| Message-ID | <7527da49-01e5-476e-9c77-4649b217a0b1@googlegroups.com> |
I have a page that request an openID authentication "google ID" before you are able to download any file from it. this is the website "http://oc.gtisc.gatech.edu:8080/search.cgi?search=sality" and I tried a lot but it dose not seem that the ordinary login using session or requests work on this case ? any guidance or help ?
[toc] | [next] | [standalone]
| From | Mark Lawrence <breamoreboy@yahoo.co.uk> |
|---|---|
| Date | 2013-12-13 13:49 +0000 |
| Message-ID | <mailman.4071.1386942615.18130.python-list@python.org> |
| In reply to | #61806 |
On 13/12/2013 10:32, uni.mail.2014@gmail.com wrote: > I have a page that request an openID authentication "google ID" before you are able to download any file from it. > this is the website "http://oc.gtisc.gatech.edu:8080/search.cgi?search=sality" and I tried a lot but it dose not seem that the ordinary login using session or requests work on this case ? any guidance or help ? > Please show us a code sample that you've tried. State what you expected to happen, what actually happened, your OS and Python version. If you have a traceback cut and paste all of it into your message. -- My fellow Pythonistas, ask not what our language can do for you, ask what you can do for our language. Mark Lawrence
[toc] | [prev] | [next] | [standalone]
| From | Denis McMahon <denismfmcmahon@gmail.com> |
|---|---|
| Date | 2013-12-13 16:42 +0000 |
| Message-ID | <l8fddt$q8u$3@dont-email.me> |
| In reply to | #61806 |
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? -- Denis McMahon, denismfmcmahon@gmail.com
[toc] | [prev] | [next] | [standalone]
| From | Steven D'Aprano <steve+comp.lang.python@pearwood.info> |
|---|---|
| Date | 2013-12-14 10:01 +0000 |
| Message-ID | <52ac2c91$0$29992$c3e8da3$5496439d@news.astraweb.com> |
| In reply to | #61838 |
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
[toc] | [prev] | [standalone]
Back to top | Article view | comp.lang.python
csiph-web