Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #47078
| Path | csiph.com!v102.xanadu-bbs.net!xanadu-bbs.net!feeder.erje.net!eu.feeder.erje.net!feeds.phibee-telecom.net!newsfeed.xs4all.nl!newsfeed1.news.xs4all.nl!xs4all!post.news.xs4all.nl!not-for-mail |
|---|---|
| Return-Path | <joel.goldstick@gmail.com> |
| X-Original-To | python-list@python.org |
| Delivered-To | python-list@mail.python.org |
| X-Spam-Status | OK 0.017 |
| X-Spam-Evidence | '*H*': 0.97; '*S*': 0.00; 'anyway.': 0.05; 'subject:code': 0.07; 'users,': 0.07; 'solution,': 0.09; 'subject:Source': 0.09; 'cc:addr:python-list': 0.11; 'python': 0.11; 'gilles': 0.16; 'mainstream': 0.16; 'subject:user': 0.16; 'using,': 0.16; 'wrote:': 0.18; 'wed,': 0.18; 'module': 0.19; 'seems': 0.21; 'cc:addr:python.org': 0.22; 'browsers': 0.24; 'cc:2**0': 0.24; 'header:In-Reply-To:1': 0.27; 'wondering': 0.29; 'am,': 0.29; 'message-id:@mail.gmail.com': 0.30; 'url:mailman': 0.30; 'url:python': 0.33; 'maybe': 0.34; "i'd": 0.34; 'received:google.com': 0.35; 'there': 0.35; 'installing': 0.36; 'done': 0.36; 'url:listinfo': 0.36; 'subject:?': 0.36; 'url:org': 0.36; 'server': 0.38; 'thank': 0.38; 'users': 0.40; 'url:mail': 0.40; 'identify': 0.61; 'you.': 0.62; 'information': 0.63; 'different': 0.65; 'address,': 0.75; 'site:': 0.83; 'ban': 0.91; 'joel': 0.91; '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 :cc:content-type; bh=Qi7USEh6riMaGHPKQMIGbUrxaSpSxVnRQOQUoFwDo6A=; b=VFvvkRfjJezwObEg8FQXAIpvtUxRLyBUPdhcjakdbZjCq1xSe0wP+V9v412ng46hqX llMoBI4pNCszRQ+7+kS3NjwL48pSRTQkNKfRRndlmbUcATSZ26ztkfxW31ckPFgE8k+H YamHBFk61g6iZ4P+Q1twnBUZjwKFwTm3H4v64dljIGVaJSEEge2zkAsnXHkOch4Luo8+ qVsLN5w1x1koE46hzaB1s9gKeqyDi1h/BwPopKfRYwJff2NABBBtct4WLlaG7D0E1hTP l/TFVXNXQ3BQSxwj/3Xy/qNV321M3i/tYumJ8X52dRqycLpOZ/saMqKl4yoGYmea5t3y IfCg== |
| MIME-Version | 1.0 |
| X-Received | by 10.220.114.203 with SMTP id f11mr20399969vcq.21.1370442528786; Wed, 05 Jun 2013 07:28:48 -0700 (PDT) |
| In-Reply-To | <suduq89s3nirq9krqirursa8mj3s4aij3m@4ax.com> |
| References | <suduq89s3nirq9krqirursa8mj3s4aij3m@4ax.com> |
| Date | Wed, 5 Jun 2013 10:28:48 -0400 |
| Subject | Re: Source code to identify user through browser? |
| From | Joel Goldstick <joel.goldstick@gmail.com> |
| To | Gilles <nospam@nospam.com> |
| Content-Type | multipart/alternative; boundary=047d7b342cb41d177b04de690482 |
| Cc | "python-list@python.org" <python-list@python.org> |
| 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.2731.1370442537.3114.python-list@python.org> (permalink) |
| Lines | 69 |
| NNTP-Posting-Host | 2001:888:2000:d::a6 |
| X-Trace | 1370442537 news.xs4all.nl 15891 [2001:888:2000:d::a6]:43032 |
| X-Complaints-To | abuse@xs4all.nl |
| Xref | csiph.com comp.lang.python:47078 |
Show key headers only | View raw
[Multipart message — attachments visible in raw view] - view raw
On Wed, Jun 5, 2013 at 9:08 AM, Gilles <nospam@nospam.com> wrote: > Hello > > I was wondering if some Python module were available to identify a > user through their browser, like it's done on the Panopticlick site: > > http://panopticlick.eff.org/ > > I'd like to ban abusive users, and it seems like a good solution, > since few users will think of installing a different browser, and > there are few mainstream browsers anyway. > > Thank you. > -- > http://mail.python.org/mailman/listinfo/python-list > depending upon the server you are using, there is a request object that contains information about the user (ip address, and lots of other stuff). Maybe that will help you. -- Joel Goldstick http://joelgoldstick.com
Back to comp.lang.python | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread
Source code to identify user through browser? Gilles <nospam@nospam.com> - 2013-06-05 15:08 +0200
Re: Source code to identify user through browser? Joel Goldstick <joel.goldstick@gmail.com> - 2013-06-05 10:28 -0400
RE: Source code to identify user through browser? Carlos Nepomuceno <carlosnepomuceno@outlook.com> - 2013-06-05 18:10 +0300
Re: Source code to identify user through browser? rusi <rustompmody@gmail.com> - 2013-06-05 08:18 -0700
Re: Source code to identify user through browser? Mark Lawrence <breamoreboy@yahoo.co.uk> - 2013-06-05 16:31 +0100
Re: Source code to identify user through browser? rusi <rustompmody@gmail.com> - 2013-06-05 09:20 -0700
RE: Source code to identify user through browser? Carlos Nepomuceno <carlosnepomuceno@outlook.com> - 2013-06-06 01:07 +0300
Dijkstra (was Re: Source code to identify user through browser?) Terry Jan Reedy <tjreedy@udel.edu> - 2013-06-05 20:07 -0400
csiph-web