Forum Moderators: coopster

Message Too Old, No Replies

Validating DN

.edu range

         

henry0

1:38 pm on Oct 11, 2006 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



I am looking for a whois address that has DN in the .edu range.

in a format similar to:
'whois.internic.net',

I am building something around:(missing .edu)

$whois_servers = Array(
'com' => 'whois.internic.net',
'net' => 'whois.internic.net',
'org' => 'whois.publicinterestregistry.net');

whoisgregg

4:33 pm on Oct 11, 2006 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



I think you want this information: [iana.org...]

henry0

4:45 pm on Oct 11, 2006 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



Thanks, Found the whois server address on that site

Still working on validating URLs
I have another approach
will try to validate the DN by triggering a response from a whois server.