Path: csiph.com!usenet.pasdenom.info!weretis.net!feeder1.news.weretis.net!news.albasani.net!newsreader4.netcologne.de!news.netcologne.de!feeder1.cambriumusenet.nl!feed.tweaknews.nl!194.109.133.83.MISMATCH!newsfeed.xs4all.nl!newsfeed4.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.022 X-Spam-Evidence: '*H*': 0.96; '*S*': 0.00; 'level,': 0.07; 'http': 0.09; 'received:80.91': 0.09; 'received:80.91.229': 0.09; 'received:gmane.org': 0.09; 'received:list': 0.09; 'suggest': 0.14; 'doing,': 0.16; 'ethernet,': 0.16; 'headers,': 0.16; 'message-id:@4ax.com': 0.16; 'received:80.91.229.3': 0.16; 'received:plane.gmane.org': 0.16; 'subject:when': 0.16; 'top- level': 0.16; 'tracing': 0.16; 'everyone,': 0.19; 'thu,': 0.19; 'portion': 0.22; 'url:home': 0.24; 'header:X-Complaints-To:1': 0.27; 'chris': 0.29; "i'm": 0.30; 'that.': 0.31; '(since': 0.31; 'protocols': 0.31; 'run': 0.32; "i'd": 0.34; 'subject:from': 0.34; 'but': 0.35; 'installing': 0.36; 'skip:> 10': 0.36; 'useful': 0.36; 'charset:us-ascii': 0.36; "i'll": 0.36; 'to:addr:python- list': 0.38; 'rather': 0.38; 'to:addr:python.org': 0.39; 'received:org': 0.40; 'how': 0.40; 'most': 0.60; 'break': 0.61; 'first': 0.61; 'information': 0.63; 'skip:n 10': 0.64; 'more': 0.64; 'internet': 0.71; 'listening': 0.74; "browser's": 0.84; 'subject:gets': 0.84; 'received:108': 0.93; '2013': 0.98 X-Injected-Via-Gmane: http://gmane.org/ To: python-list@python.org From: Dennis Lee Bieber Subject: Re: Cookie gets changed when hit comes from a referrer Date: Thu, 10 Oct 2013 19:48:34 -0400 Organization: IISS Elusive Unicorn References: <5255eb3c$0$29984$c3e8da3$5496439d@news.astraweb.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Gmane-NNTP-Posting-Host: adsl-108-73-117-141.dsl.klmzmi.sbcglobal.net X-Newsreader: Forte Agent 6.00/32.1186 X-No-Archive: YES 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: 22 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1381449007 news.xs4all.nl 15974 [2001:888:2000:d::a6]:32825 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:56619 On Thu, 10 Oct 2013 11:18:55 +1100, Chris Angelico declaimed the following: > >Personally, what I find most useful is network-level tracing - if I >want to know what my web server's doing, I'll telnet to it (or, more >likely, use my MUD client) and look at exactly what it's sending; and >if I want to know what a browser's doing, I'll do the same (since my >MUD clients allow me to run them "backwards", listening rather than >connecting). > >But that isn't for everyone, I'm aware of that. I'd suggest installing WireShark -- but at that level, one had better understand how to find information about the various protocols first (like: the many Internet RFCs) so one can decode the data portion carrying the top-level protocol... While WireShark will break down the Ethernet, IP, and TCP/UDP/ICMP headers, reading an HTTP request packet "data". -- Wulfraed Dennis Lee Bieber AF6VN wlfraed@ix.netcom.com HTTP://wlfraed.home.netcom.com/