Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #61824
| Path | csiph.com!v102.xanadu-bbs.net!xanadu-bbs.net!feeder.erje.net!eu.feeder.erje.net!newsfeed.xs4all.nl!newsfeed3.news.xs4all.nl!xs4all!post.news.xs4all.nl!not-for-mail |
|---|---|
| Return-Path | <python-python-list@m.gmane.org> |
| X-Original-To | python-list@python.org |
| Delivered-To | python-list@mail.python.org |
| X-Spam-Status | OK 0.001 |
| X-Spam-Evidence | '*H*': 1.00; '*S*': 0.00; 'from:addr:yahoo.co.uk': 0.04; 'happen,': 0.09; 'lawrence': 0.09; 'received:80.91': 0.09; 'received:80.91.229': 0.09; 'received:gmane.org': 0.09; 'received:list': 0.09; 'subject:skip:a 10': 0.09; 'python': 0.11; 'language.': 0.14; 'dose': 0.16; 'openid': 0.16; 'received:80.91.229.3': 0.16; 'received:plane.gmane.org': 0.16; 'subject:accessing': 0.16; 'subject:which': 0.16; 'language': 0.16; 'wrote:': 0.18; 'subject:page': 0.19; 'subject:request': 0.19; 'version.': 0.19; 'header:User-Agent:1': 0.23; 'login': 0.25; 'url:edu': 0.26; 'header:X-Complaints-To:1': 0.27; 'header :In-Reply-To:1': 0.27; 'tried': 0.27; 'code': 0.31; 'requests': 0.31; 'ordinary': 0.31; 'file': 0.32; 'url:non-standard http port': 0.33; 'message.': 0.35; 'but': 0.35; 'expected': 0.38; 'to:addr:python-list': 0.38; 'guidance': 0.39; 'to:addr:python.org': 0.39; 'received:org': 0.40; "you've": 0.63; 'email addr:gmail.com': 0.63; 'show': 0.63; 'our': 0.64; 'sample': 0.67; 'cut': 0.74; 'url:search': 0.81 |
| X-Injected-Via-Gmane | http://gmane.org/ |
| To | python-list@python.org |
| From | Mark Lawrence <breamoreboy@yahoo.co.uk> |
| Subject | Re: accessing a page which request an openID authentication |
| Date | Fri, 13 Dec 2013 13:49:42 +0000 |
| References | <7527da49-01e5-476e-9c77-4649b217a0b1@googlegroups.com> |
| Mime-Version | 1.0 |
| Content-Type | text/plain; charset=ISO-8859-1; format=flowed |
| Content-Transfer-Encoding | 7bit |
| X-Gmane-NNTP-Posting-Host | host-78-147-19-230.as13285.net |
| User-Agent | Mozilla/5.0 (Windows NT 6.1; rv:24.0) Gecko/20100101 Thunderbird/24.2.0 |
| In-Reply-To | <7527da49-01e5-476e-9c77-4649b217a0b1@googlegroups.com> |
| X-BeenThere | python-list@python.org |
| X-Mailman-Version | 2.1.15 |
| Precedence | list |
| List-Id | General discussion list for the Python programming language <python-list.python.org> |
| List-Unsubscribe | <https://mail.python.org/mailman/options/python-list>, <mailto:python-list-request@python.org?subject=unsubscribe> |
| List-Archive | <http://mail.python.org/pipermail/python-list/> |
| List-Post | <mailto:python-list@python.org> |
| List-Help | <mailto:python-list-request@python.org?subject=help> |
| List-Subscribe | <https://mail.python.org/mailman/listinfo/python-list>, <mailto:python-list-request@python.org?subject=subscribe> |
| Newsgroups | comp.lang.python |
| Message-ID | <mailman.4071.1386942615.18130.python-list@python.org> (permalink) |
| Lines | 15 |
| NNTP-Posting-Host | 2001:888:2000:d::a6 |
| X-Trace | 1386942615 news.xs4all.nl 2978 [2001:888:2000:d::a6]:57729 |
| X-Complaints-To | abuse@xs4all.nl |
| Xref | csiph.com comp.lang.python:61824 |
Show key headers only | View raw
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
Back to comp.lang.python | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread
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
csiph-web