LastModChecker is a lightweight and practical tool designed to retrieve the Last-Modified
timestamp of web pages for research purposes. It simplifies the process of understanding when a particular web page was last updated, providing precise details in the Eastern Standard Time (EST) timezone.
- Retrieve Last-Modified Timestamps: Enter a URL to get the last modification date of a webpage.
- Proxy Support: A proxy is used to bypass restrictions on certain websites.
- Error Handling: Informative responses for cases where:
- The
Last-Modified
header is missing. - Errors occur during the request.
- The
- Timezone Conversion: Converts timestamps from GMT to EST for easier comprehension.
- Input a URL in the provided text field.
- The application uses a proxy server to send a
HEAD
request to the URL. - The server fetches the
Last-Modified
header from the response. - The timestamp is converted to EST and displayed on the screen.
- Success: Displays the last modification date in EST.
- Example:
Last Modified (EST): Thursday, May 1, 2025, 7:00 PM
- Example:
- No Header Found: "No Last-Modified header found."
- Error: "Error fetching the URL."
Visit the live website to access LastModChecker directly in your browser.
- Open the live website.
- Enter the URL of the web page you want to check.
- Click the "Check" button.
- The result will be displayed below the input field.
Contributions are welcome! However, each pull request will be checked for malicous code.
- Proxy Service: Thanks to CORS Anywhere for enabling cross-origin requests.
- Microsoft and GitHub Copilot: For programming most of the project.