Use the WinHttpRequest object with:
.Open "GET", "http://www.yourwebsite.com/page.html", False
.Send
Then look at the Status or StatusText properties to determine the http response status.
Use the WinHttpRequest object with:
.Open "GET", "http://www.yourwebsite.com/page.html", False
.Send
Then look at the Status or StatusText properties to determine the http response status.
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks