Path: csiph.com!usenet.pasdenom.info!weretis.net!feeder4.news.weretis.net!feeds.phibee-telecom.net!newsfeed.xs4all.nl!newsfeed1.news.xs4all.nl!xs4all!newsgate.cistron.nl!newsgate.news.xs4all.nl!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.043 X-Spam-Evidence: '*H*': 0.91; '*S*': 0.00; 'python,': 0.02; 'jeff': 0.04; 'subject:script': 0.09; 'subject:skip:a 10': 0.09; 'cc:addr :python-list': 0.11; 'project,': 0.12; '24,': 0.16; 'from:addr:rosuav': 0.16; 'from:name:chris angelico': 0.16; 'subject:integration': 0.16; 'wrote:': 0.18; 'trying': 0.19; 'cc:addr:python.org': 0.22; 'script.': 0.24; 'question': 0.24; 'cc:2**0': 0.24; 'sort': 0.25; 'script': 0.25; 'post': 0.26; 'header:In-Reply-To:1': 0.27; 'am,': 0.29; 'dec': 0.30; 'have,': 0.30; 'message-id:@mail.gmail.com': 0.30; "i'm": 0.30; 'code': 0.31; 'gather': 0.31; 'helpful.': 0.31; 'integrating': 0.31; 'piece': 0.31; 'anyone': 0.31; "i'd": 0.34; 'but': 0.35; 'received:google.com': 0.35; 'version': 0.36; 'thanks': 0.36; 'rather': 0.38; 'little': 0.38; 'sure': 0.39; 'easy': 0.60; 'simple': 0.61; "you're": 0.61; 'you.': 0.62; 'information': 0.63; 'more': 0.64; '(that': 0.65; 'subject': 0.69; 'safe': 0.72; 'cut': 0.74; 'completion': 0.78; 'start.': 0.84; 'essence': 0.91; 'to:none': 0.92; '2013': 0.98 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:cc :content-type; bh=pyp5JzQFGlvwWC0jyc4+JPc2dZbi71oWcbSpISX4p5s=; b=x5dkf7gacwR7F2K/Ya0Jlat4Pgx3IAFd9dIYHhw/pZiEBTQBidmcCwCmAmnKDGSmIW Xr/eahsA3V1Djis/V3y7v5WceywQ1I8cLkcglRqkw6N09ZmudaPVMv0IR+N+a88KOqWu aMSKWscPO1xq5Eaik1XZ+1Dn4GSSYyhDCsfRT/pGfuAHfyEZFT+9G+vHJbvofaIMsyBs 40wk0vWLEuMaQ1dJAtFyvkoWGqUKVv5j82oxjiGHPB8NPMzIME7SO0UpcW85XKIndIOq ItHdxetAIWC0xNGXfmXqDEG3a/WzMMSto/jXrKwhEFnSvviqPirKa/as3RcU01p4Tk4Q Q38w== MIME-Version: 1.0 X-Received: by 10.68.108.194 with SMTP id hm2mr27190539pbb.22.1387816054186; Mon, 23 Dec 2013 08:27:34 -0800 (PST) In-Reply-To: References: Date: Tue, 24 Dec 2013 03:27:34 +1100 Subject: Re: urllib and authentication script integration From: Chris Angelico Cc: "python-list@python.org" Content-Type: text/plain; charset=UTF-8 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: 17 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1387816057 news.xs4all.nl 2924 [2001:888:2000:d::a6]:35966 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:62638 On Tue, Dec 24, 2013 at 12:47 AM, Jeff James wrote: > I have some simple code I would like to share with someone that can assist > me in integrating authentication script into. I'm sure it's an easy answer > for any of you. I am still researching, but on this particular project, > time is of the essence and this is the only missing piece of the puzzle for > the completion of this script. I know all of you are busy, but if anyone > has some time for me to send them what I have, I'd rather not share it on > the public forum. Thanks A little more information would be helpful. I gather from your subject line that you're using urllib; that's a start. What version of Python, and what platform(s)? What sort of authentication are you trying to do? Can you cut down the code in question until it's no longer sensitive (that is, so it's safe to post in public), so we can see what it needs to do? ChrisA