Path: csiph.com!usenet.pasdenom.info!gegeweb.org!usenet-fr.net!nerim.net!novso.com!newsfeed.xs4all.nl!newsfeed2.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.086 X-Spam-Evidence: '*H*': 0.83; '*S*': 0.00; 'preferably': 0.05; 'tutorials,': 0.09; 'books': 0.15; 'doing,': 0.16; 'from:addr:rosuav': 0.16; 'from:name:chris angelico': 0.16; 'personally,': 0.16; 'subject:when': 0.16; 'tracing': 0.16; 'wrote:': 0.18; 'everyone,': 0.19; 'server,': 0.19; 'thu,': 0.19; 'browsers': 0.24; 'header:In-Reply-To:1': 0.27; 'am,': 0.29; 'message-id:@mail.gmail.com': 0.30; "i'm": 0.30; 'that.': 0.31; '(since': 0.31; "d'aprano": 0.31; 'steven': 0.31; 'anyone': 0.31; 'run': 0.32; 'subject:from': 0.34; 'but': 0.35; 'received:google.com': 0.35; 'useful': 0.36; "i'll": 0.36; 'so,': 0.37; 'being': 0.38; 'to:addr:python-list': 0.38; 'rather': 0.38; 'does': 0.39; 'to:addr:python.org': 0.39; 'mailing': 0.39; 'how': 0.40; 'most': 0.60; 'skip:n 10': 0.64; 'more': 0.64; 'benefit': 0.68; 'forums': 0.68; 'useful.': 0.68; 'listening': 0.74; "browser's": 0.84; 'subject:gets': 0.84; 'yourself,': 0.95; '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:to :content-type; bh=jDmHolR4Mg9w8XyoG71ySyAtp3gDR7ANvXnmLdmPQFM=; b=TNudfglwqBbdD8qZec6OsfA8MNzQwQdx5C0DFf7J9DE2ixZ8IntaSyNPwvZnNK47wO joHgnd7rPbEHGtbaIt7Nk9LOjnay+ZvvwhvK/M6wYDDZAfK9+ITdn6MEYiH7GJ4sB2xT ifFpsIzS6LZQOVabhWy/+JZP9ST84YkpLQiSFIPjJwFNOLA8F64xnaO4ASwo2IOH5LTu 5cJCvKBoIVVnzGFHb8ahrN6mgncjOMYoLneZ8wWfMgr2MTtd6Trbf6vhZ+5ujA6plEyf QKuJ0H2Z7b0y/q1btn2k/dI1YPHvCSFXWfP8DzodICt1ZR865CF481rlI2QgJwtI2YJk cMLw== MIME-Version: 1.0 X-Received: by 10.67.21.226 with SMTP id hn2mr12491742pad.69.1381364335653; Wed, 09 Oct 2013 17:18:55 -0700 (PDT) In-Reply-To: <5255eb3c$0$29984$c3e8da3$5496439d@news.astraweb.com> References: <5255eb3c$0$29984$c3e8da3$5496439d@news.astraweb.com> Date: Thu, 10 Oct 2013 11:18:55 +1100 Subject: Re: Cookie gets changed when hit comes from a referrer From: Chris Angelico To: python-list@python.org Content-Type: text/plain; charset=ISO-8859-1 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: 18 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1381364339 news.xs4all.nl 15954 [2001:888:2000:d::a6]:46777 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:56523 On Thu, Oct 10, 2013 at 10:48 AM, Steven D'Aprano wrote: > So, for the benefit of anyone, not just Nikos, who wants to learn about > how browsers connect to web sites and how to run a web server, does > anyone have any recommendation for tutorials, mailing lists, web forums > or books which are suitable? Preferably things you have used yourself, > and can personally vouch for being useful. 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. ChrisA