Path: csiph.com!x330-a1.tempe.blueboxinc.net!usenet.pasdenom.info!aioe.org!news.stack.nl!newsfeed.xs4all.nl!newsfeed6.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.040 X-Spam-Evidence: '*H*': 0.92; '*S*': 0.00; 'python': 0.08; 'reactions': 0.09; 'subject:requests': 0.09; 'subject:python': 0.12; 'entries.': 0.16; 'from:addr:rosuav': 0.16; 'from:name:chris angelico': 0.16; 'logging,': 0.16; 'subject: \n ': 0.16; 'subject:proxy': 0.16; 'great.': 0.16; 'received:209.85.210.174': 0.19; 'received:mail-iy0-f174.google.com': 0.19; 'header:In-Reply- To:1': 0.22; 'seeing': 0.28; 'message-id:@mail.gmail.com': 0.28; 'chris': 0.32; 'to:addr:python-list': 0.34; "can't": 0.34; 'open': 0.37; 'but': 0.37; 'received:google.com': 0.38; 'subject:can': 0.38; 'received:209.85': 0.38; 'subject:: ': 0.38; 'something': 0.38; 'to:addr:python.org': 0.39; 'received:209': 0.40; "i'd": 0.40; 'enable': 0.66; 'subject:but': 0.67; 'traffic': 0.70; 'subject:have': 0.74; 'charset:gb2312': 0.78; 'skip:\xb3 30': 0.84; 'sort.': 0.91 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type:content-transfer-encoding; bh=u5zCHntuW6gWN2OJ40S0Ros2G6ApYPL5i8St33nmBUg=; b=TXF+piKJ+xVv2VauHHK/l7kXIrYiF14+MwSlOXeKaQTDNWTsZvK8eNQL/N/bGxrzem fLrEhM3q3dEh0Ky4nx7lbJiooWSaHLiITWNUd4wzuh8hz6Shv75aKrojbrA4ASFGV16n Hkt/6qjGLCKKo+3T8CSE+zAz+j6hWQqDqCZ98= MIME-Version: 1.0 In-Reply-To: <163b004e-5e86-4fe1-912c-1305ce2b753c@35g2000prp.googlegroups.com> References: <163b004e-5e86-4fe1-912c-1305ce2b753c@35g2000prp.googlegroups.com> Date: Tue, 5 Jul 2011 03:50:28 +1000 Subject: Re: i have configured proxy but fiddler can't capture python's network requests From: Chris Angelico To: python-list@python.org Content-Type: text/plain; charset=GB2312 Content-Transfer-Encoding: quoted-printable X-BeenThere: python-list@python.org X-Mailman-Version: 2.1.12 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: 13 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1309801830 news.xs4all.nl 21793 [2001:888:2000:d::a6]:59812 X-Complaints-To: abuse@xs4all.nl Xref: x330-a1.tempe.blueboxinc.net comp.lang.python:8783 2011/7/5 =B3=C9=B6=BC=C6=DF=D6=D02002=BC=B67=B0=E0_=B4=F3=BC=D2=B6=BC=CA=C7= =CC=EC=B2=C5=A1=AB : > 2. If I open fiddler, everything works great. But I can't see the > traffic in fiddler. And if I change port from 1111 to any other > number, it works find too. > It sounds to me like the traffic's going through fiddler, but you're just not seeing any log entries. The reactions from the Python end are exactly what I'd expect. Look at fiddler's documentation to see if you can enable verbose logging, or something of the sort. Chris Angelico