A Visual Studio Code extension for analyzing HTTP status codes and redirect chains for multiple URLs simultaneously. Designed for developers and system administrators who need to verify URL statuses in bulk.
- Complete redirect chain analysis
- Bulk URL processing capabilities
- Multiple export formats (JSON/CSV)
- SSL verification bypass support
- Access the extension through the activity bar
- Add URLs using either method:
- Bulk paste from clipboard
- Individual URL entry
- Initialize the check process
- View detailed results in the report panel
- Node.js
- Visual Studio Code
npm install # Install dependencies
npm run compile # Build the extension
npm run watch # Development mode
- Clipboard support for bulk operations
- URL validation and formatting
- List management interface
- Status code tracking
- Redirect chain visualization
- SSL certificate handling
- Real-time progress monitoring
- JSON format for data processing
- CSV format for spreadsheet analysis
- Clipboard integration
Author: Zafer Onay
Repository: bulk-http-status-checker
Issues: Bug Reports
MIT License - See LICENSE file for details