An open API service indexing awesome lists of open source software.

https://github.com/tawsiftorabi/websitedowndetectorjava

A JSwing Application to check if a URL is active or inactive
https://github.com/tawsiftorabi/websitedowndetectorjava

college-project java jswing

Last synced: 2 months ago
JSON representation

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

Awesome Lists containing this project

README

        

## 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](https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgcUqjlQoUWwJLOWzyU5mLC4mnsl3c6J9BZ93oInQ-hyGGPoTcIy3EIpGmHu_FDWOST03y6yBLVWSwFq30bRsp4b_FmSvebRHe9WBloGH3xFCqKTUfSC4ENlvMeJjVKTcRoci6kSQcE6v_rpDuz-ZCR3AKO8UJd96cVDqneUTqnpp1ZDjIyYvEEHKmd5g/s456/index.png)

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**