Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #53045
| Path | csiph.com!v102.xanadu-bbs.net!xanadu-bbs.net!feeder.erje.net!eu.feeder.erje.net!xlned.com!feeder3.xlned.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 | <rosuav@gmail.com> |
| X-Original-To | python-list@python.org |
| Delivered-To | python-list@mail.python.org |
| X-Spam-Status | OK 0.062 |
| X-Spam-Evidence | '*H*': 0.89; '*S*': 0.02; 'subject:Getting': 0.07; 'forcing': 0.09; 'yeah,': 0.09; 'from:addr:rosuav': 0.16; 'from:name:chris angelico': 0.16; 'header?': 0.16; 'headers.': 0.16; 'nope,': 0.16; 'wrote:': 0.18; 'subject:request': 0.19; 'aug': 0.22; 'header:In-Reply-To:1': 0.27; 'message- id:@mail.gmail.com': 0.30; "d'aprano": 0.31; 'steven': 0.31; 'but': 0.35; 'received:google.com': 0.35; 'there': 0.35; "i'll": 0.36; 'to:addr:python-list': 0.38; 'pm,': 0.38; 'legitimate': 0.39; 'to:addr:python.org': 0.39; 'even': 0.60; 'hand': 0.80; 'friends': 0.81; 'bodies.': 0.84; 'subject:source': 0.84; '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=Xdds7u7DuC+h4YeHtqE8A9XAYTderupcwqSs5Lrxgb4=; b=XoHOQds4Vp9YZ5iubfJmrV0eX+RFnQBXqNY+jhr2ZfHn5oRAy5JpJr/vJIKdybzvX1 fm3AvKIM0SEhhBgRyL9jBSFJzoT65yrUOgFzvf/qkgOqfpfPDQiQA1o0Fp+9DbcqVh/T S2BZl8RjQmcD7pjMLf37n/YZLl5lr8krPUjEDnTlhtx4zyOffPBJnn+RjqOE2GEqxDfG EnTzzgqxrExgfztXyPGPeXjGXjrYnTz4VdfMG64NYwPikbASoxvLHYrE6bsLUHGf8Uy6 y1F+Bs2ebsjELzgVvxaR6H9lGJvC5IPYEXW23XmdaImKM1DSGcglNp7ZCcM8mRvSueUd Vtbg== |
| MIME-Version | 1.0 |
| X-Received | by 10.58.235.69 with SMTP id uk5mr19438353vec.17.1377596163559; Tue, 27 Aug 2013 02:36:03 -0700 (PDT) |
| In-Reply-To | <521c700b$0$11100$c3e8da3@news.astraweb.com> |
| References | <6dc9b8f6-7eb7-42a3-b3ea-ccc3aef072ee@googlegroups.com> <521b656d$0$29986$c3e8da3$5496439d@news.astraweb.com> <03e29dbb-d95d-495e-8937-2b630897d36b@googlegroups.com> <521c700b$0$11100$c3e8da3@news.astraweb.com> |
| Date | Tue, 27 Aug 2013 19:36:03 +1000 |
| Subject | Re: Getting request's source site |
| From | Chris Angelico <rosuav@gmail.com> |
| 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 <python-list.python.org> |
| List-Unsubscribe | <http://mail.python.org/mailman/options/python-list>, <mailto:python-list-request@python.org?subject=unsubscribe> |
| List-Archive | <http://mail.python.org/pipermail/python-list/> |
| List-Post | <mailto:python-list@python.org> |
| List-Help | <mailto:python-list-request@python.org?subject=help> |
| List-Subscribe | <http://mail.python.org/mailman/listinfo/python-list>, <mailto:python-list-request@python.org?subject=subscribe> |
| Newsgroups | comp.lang.python |
| Message-ID | <mailman.261.1377596172.19984.python-list@python.org> (permalink) |
| Lines | 8 |
| NNTP-Posting-Host | 2001:888:2000:d::a6 |
| X-Trace | 1377596172 news.xs4all.nl 15939 [2001:888:2000:d::a6]:57900 |
| X-Complaints-To | abuse@xs4all.nl |
| Xref | csiph.com comp.lang.python:53045 |
Show key headers only | View raw
On Tue, Aug 27, 2013 at 7:23 PM, Steven D'Aprano <steve@pearwood.info> wrote: > Need a hand disposing of a body? Yeah, there are > legitimate reasons for this, I'll help if I can. Forcing visitors to your > website to set the Referer header? Nope, no way. Friends help friends move bodies. But even they don't help move headers. ChrisA
Back to comp.lang.python | Previous | Next — Previous in thread | Find similar | Unroll thread
Getting request's source site Guy Tamir <guytamir1@gmail.com> - 2013-08-26 06:10 -0700
Re: Getting request's source site Steven D'Aprano <steve+comp.lang.python@pearwood.info> - 2013-08-26 14:25 +0000
Re: Getting request's source site Guy Tamir <guytamir1@gmail.com> - 2013-08-26 08:03 -0700
Re: Getting request's source site Joel Goldstick <joel.goldstick@gmail.com> - 2013-08-26 11:16 -0400
Re: Getting request's source site random832@fastmail.us - 2013-08-26 13:51 -0400
Re: Getting request's source site Steven D'Aprano <steve@pearwood.info> - 2013-08-27 09:23 +0000
Re: Getting request's source site Chris Angelico <rosuav@gmail.com> - 2013-08-27 19:36 +1000
csiph-web