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.
Features
Complete redirect chain analysis
Bulk URL processing capabilities
Multiple export formats (JSON/CSV)
SSL verification bypass support
Usage
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
Development
Prerequisites
Node.js
Visual Studio Code
Setup
npm install # Install dependencies
npm run compile # Build the extension
npm run watch # Development mode