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
- Host: GitHub
- URL: https://github.com/tawsiftorabi/websitedowndetectorjava
- Owner: TawsifTorabi
- Created: 2022-09-12T19:04:33.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-09-12T21:50:23.000Z (over 2 years ago)
- Last Synced: 2025-01-27T07:41:33.786Z (4 months ago)
- Topics: college-project, java, jswing
- Language: Java
- Homepage:
- Size: 10.7 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.
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**