Hi ..
Up Up
plz from all ..some one eplain this point
we need know how to know :
1\
Originally Posted by
lemur
Can a client java program know what kind of server it is running in web?
example:
http:// www. page . com is running in apache.
the client connect:
URL pagserver=new URL("http://www.page.com");
or
socket socketclient=new socket(
www.page.com,8080);
=> server is APACHE or JETTY , etc.....
How to know?
note: examples:Webserver Search
-What's that site running?...-
Netcraft
2\
The operating system of the server or the remote host
3\
The domains Or the web sites that the server hosts its
I mean the program work like domaintools.com
thanks for all