Skip to content

A JSwing Application to check if a URL is active or inactive

Notifications You must be signed in to change notification settings

TawsifTorabi/WebsiteDownDetectorJava

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

Java Website Down Detector.

This simple app can send http request to certain website URL or IP address and check the returned status code. It can tell the user that if that website is accessible or not, and if the SSL certificate is Invalid.

Some Websites are not accessible without https connection like Facebook. So if we input http://www.facebook.com, The DNS Server will not resolve the URL and returns a denial. So in our app, it will show http://www.facebook.com is down.

The GUI of Website Down Detector

This is built using a simple Jswing GUI and HttpConnection Class Object.

This is a simple project for OOP Theory or Lab Assignments. Nothing Serious

About

A JSwing Application to check if a URL is active or inactive

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages