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: 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 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 List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Newsgroups: comp.lang.python Message-ID: 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 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