Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.php > #15322

Re: [ Get Hostname ]

From Jerry Stuckle <jstucklex@attglobal.net>
Newsgroups comp.lang.php
Subject Re: [ Get Hostname ]
Date 2015-05-12 21:52 -0400
Organization A noiseless patient Spider
Message-ID <miuamd$uv3$1@dont-email.me> (permalink)
References (1 earlier) <RYmdnYQm5IakAczInZ2dnUU7-N-dnZ2d@posted.internetamerica> <87vbfx3oh4.fsf@ahungry.com> <db5aba5d-1586-4e34-8a51-b65eadb1d460@googlegroups.com> <mitq3s$ipi$1@dont-email.me> <cdd30e0e-1570-4ccf-bc50-7d35ac9a32c0@googlegroups.com>

Show all headers | View raw


On 5/12/2015 5:12 PM, alissonlinneker@gmail.com wrote:
> Em terça-feira, 12 de maio de 2015 18:09:25 UTC-3, Jerry Stuckle  escreveu:
>> On 5/12/2015 3:28 PM, alissonlinneker@gmail.com wrote:
>>> Em terça-feira, 12 de maio de 2015 10:38:37 UTC-3, Matthew Carter  escreveu:
>>>> gordonb.rtzee@burditt.org (Gordon Burditt) writes:
>>>>
>>>>
>>>>> So, the user's browser (which need not have any DNS associated with
>>>>> its IP address) connects to site A with a request for a page.  As
>>>>> part of that page, site A scrapes content from site B, a move which
>>>>> seems to have copyright infringement as its only logical goal (unless
>>>>> sites A and B have a common owner or an agreement to allow this),
>>>>> and sends the contents back to the user's browser.
>>>>
>>>> Granted in this case it probably is copyright infringement, but how does
>>>> that work for dynamic scraping?
>>>>
>>>> Is every web based proxy service performing copyright infringement to
>>>> serve the remote pages as-is?
>>>>
>>>> Are the Google Cache pages infringing on copyright?
>>>>
>>>> -- 
>>>> Matthew Carter (m@ahungry.com)
>>>> http://ahungry.com
>>>
>>> Any idea so I can verify that the client domain is client.com?
>>>
>>
>> The real question here is - what are you trying to accomplish?
>>
> 
> I'm trying to identify the domain that is carrying out consultations in my API.
> 
> The API is limited by domain, so I need to know which domain came the query.
> 

You can't.  All you can get is the requesting IP address.  The
requesting system will have some kind of identification - but it may or
may not be your client's domain name.  The server will have only one
identifier but there may be many clients sharing that server.

Matthew has one way to do it (unique id for each client).  But you can't
tell if your client didn't give a copy to another person.  Or you could
require your client to register the IP address it will be run from.
Then every time their IP changes (i.e. if running on a local system with
a dynamic IP address instead of a server), they'll have to re-register.

Of course, either way will probably cost you clients.  It's up to you
whether it's worth it or not.

-- 
==================
Remove the "x" from my email address
Jerry Stuckle
jstucklex@attglobal.net
==================

Back to comp.lang.php | Previous | NextPrevious in thread | Next in thread | Find similar | Unroll thread


Thread

[ Get Hostname ] alissonlinneker@gmail.com - 2015-05-11 17:10 -0700
  Re: [ Get Hostname ] "Christoph M. Becker" <cmbecker69@arcor.de> - 2015-05-12 02:33 +0200
    Re: [ Get Hostname ] alissonlinneker@gmail.com - 2015-05-11 17:38 -0700
      Re: [ Get Hostname ] Jerry Stuckle <jstucklex@attglobal.net> - 2015-05-11 20:55 -0400
  Re: [ Get Hostname ] gordonb.rtzee@burditt.org (Gordon Burditt) - 2015-05-12 01:22 -0500
    Re: [ Get Hostname ] Matthew Carter <m@ahungry.com> - 2015-05-12 09:38 -0400
      Re: [ Get Hostname ] alissonlinneker@gmail.com - 2015-05-12 12:28 -0700
        Re: [ Get Hostname ] Jerry Stuckle <jstucklex@attglobal.net> - 2015-05-12 17:09 -0400
          Re: [ Get Hostname ] alissonlinneker@gmail.com - 2015-05-12 14:12 -0700
            Re: [ Get Hostname ] Matthew Carter <m@ahungry.com> - 2015-05-12 18:31 -0400
            Re: [ Get Hostname ] Jerry Stuckle <jstucklex@attglobal.net> - 2015-05-12 21:52 -0400
        Re: [ Get Hostname ] gordonb.6xh3q@burditt.org (Gordon Burditt) - 2015-05-13 18:25 -0500
      Re: [ Get Hostname ] Thomas 'PointedEars' Lahn <PointedEars@web.de> - 2015-05-13 20:37 +0200
  Re: [ Get Hostname ] Denis McMahon <denismfmcmahon@gmail.com> - 2015-05-12 12:09 +0000
  Re: [ Get Hostname ] alissonlinneker@gmail.com - 2015-05-12 17:13 -0700
    Re: [ Get Hostname ] Erwin Moller <erwinmollerusenet@xs4all.nl> - 2015-05-13 18:09 +0200
  Re: [ Get Hostname ] Arno Welzel <usenet@arnowelzel.de> - 2015-05-18 09:56 +0200
    Re: [ Get Hostname ] Arno Welzel <usenet@arnowelzel.de> - 2015-05-18 10:04 +0200
      Re: [ Get Hostname ] Thomas 'PointedEars' Lahn <PointedEars@web.de> - 2015-05-18 15:26 +0200
        Re: [ Get Hostname ] Arno Welzel <usenet@arnowelzel.de> - 2015-05-18 15:53 +0200
          Re: [ Get Hostname ] Thomas 'PointedEars' Lahn <PointedEars@web.de> - 2015-05-18 15:58 +0200
        Re: [ Get Hostname ] "Peter H. Coffin" <hellsop@ninehells.com> - 2015-05-18 09:53 -0500
    Re: [ Get Hostname ] Lew Pitcher <lew.pitcher@digitalfreehold.ca> - 2015-05-18 11:30 -0400

csiph-web