realbasic-nug
[Top] [All Lists]

Re: Determining if two urls point to the same server

To: "REALbasic NUG" <realbasic-nug at lists dot realsoftware dot com>
Subject: Re: Determining if two urls point to the same server
From: "Roger Meier" <rb at the-meiers dot org>
Date: Fri, 29 Apr 2005 15:07:44 -0700
Delivered-to: realbasic-nug at lists dot realsoftware dot com
References: <8d4912117e712f33f770efbdb35d86e3 at shaw dot ca>
I'm not sure I understand what you mean.

A) Do you have two addresses (e.g. http://www.apple.com and
http://support.apple.com) and you want to see if they point to the same IP?
You would need to be connected to the network and resolve the addresses for
that.

B) Do you have to addresses (e.g. http://www.apple.com/quicktime and
http://www.apple.com/itunes) and you want to see if they point to the same
server?
In this case, RegEx search should do the job.

Roger

----- Original Message ----- From: "Norman Palardy" <palardyn at shaw dot ca>
To: "REALbasic Group" <realbasic-nug at lists dot realsoftware dot com>
Sent: Friday, April 29, 2005 1:04 PM
Subject: Determining if two urls point to the same server


Anyone got some code that will do this without having to be connected to the network ?

I've whipped something up that seems to be OK but something else to compare to might point out anything I'v overlooked

_______________________________________________
Unsubscribe or switch delivery mode:
<http://www.realsoftware.com/support/listmanager/>

Search the archives of this list here:
<http://support.realsoftware.com/listarchives/lists.html>





_______________________________________________
Unsubscribe or switch delivery mode:
<http://www.realsoftware.com/support/listmanager/>

Search the archives of this list here:
<http://support.realsoftware.com/listarchives/lists.html>

<Prev in Thread] Current Thread [Next in Thread>