CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Join Date
    Oct 1999
    Posts
    3

    Has a computer a HTTP-Server running ?

    Hi,

    i want to find out via the IP-Address, if there's
    a Http-Server running on any machine, before using the IE-Control to show the default page. Has anybody source code for doing this ?

    Best regards
    Dieter


  2. #2
    Guest

    Re: Has a computer a HTTP-Server running ?

    I've no source code but I think if you open a socket
    on the IP using the port 80 ...
    If you have response then the HTTP-server is running ....

    Thierry
    [email protected]


Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured