https://github.com/sefakozan/http-header-check
HTTP Header Check, Review the HTTP Headers From a Web Server
https://github.com/sefakozan/http-header-check
http-header-check
Last synced: 4 months ago
JSON representation
HTTP Header Check, Review the HTTP Headers From a Web Server
- Host: GitHub
- URL: https://github.com/sefakozan/http-header-check
- Owner: sefakozan
- License: apache-2.0
- Created: 2025-08-05T14:55:59.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2025-08-05T15:24:30.000Z (10 months ago)
- Last Synced: 2025-08-05T17:25:59.980Z (10 months ago)
- Topics: http-header-check
- Homepage: https://sefakozan.github.io/http-header-check/
- Size: 8.79 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# HTTP Header Checker
A simple web application built with Node.js and Bootstrap to analyze HTTP headers of a given URL. Users can input a URL, and the application fetches and displays the HTTP headers in a clean, responsive table.
## Features
- Input a URL to retrieve its HTTP headers.
- Displays headers in a responsive table using Bootstrap.
- Simple and user-friendly interface.
- Error handling for invalid URLs or failed requests.
## Technologies Used
- **Node.js**: Backend runtime environment.
- **Express.js**: Web framework for handling routes and requests.
- **Axios**: For making HTTP requests to fetch headers.
- **Bootstrap 5**: For responsive and styled frontend.
- **EJS**: Templating engine for rendering dynamic HTML.
## Prerequisites
- Node.js (v16 or higher)
- npm (v8 or higher)
## Installation
1. Clone the repository:
```bash
git clone https://github.com/your-username/http-header-checker.git
cd http-header-checker