4 dépôts
Filters the request list by HTTP response status code ranges (1xx-5xx) to isolate successful or error responses.
Distinct from HTTP Status Code Management: Distinct from HTTP Status Code Management: focuses on filtering traffic by status code for inspection, not on controlling or returning status codes.
Explore 4 awesome GitHub repositories matching web development · Status Code Filters. Refine with filters or upvote what's useful.
Proxyman is a cross-platform HTTP debugging proxy that captures, inspects, and modifies HTTP, HTTPS, and WebSocket traffic. It functions as a man-in-the-middle proxy, decrypting SSL/TLS traffic to allow real-time inspection and modification of encrypted requests and responses. The tool is designed for debugging web and mobile applications, with capabilities for API mocking and simulation, scriptable traffic modification, and team collaboration on network logs. What distinguishes Proxyman is its deep integration with mobile and cross-platform development workflows. It provides automated certif
Filters the request list by HTTP response status code ranges to isolate successful or error responses.
This project is a formal RFC proposal and technical specification for a new range of HTTP status codes. It defines a developer error standard designed to distinguish implementation failures from standard client or server errors within REST API responses. The specification proposes an extension to the HTTP protocol that introduces reserved numerical ranges for status codes. This system maps unique integer identifiers to specific implementation mistakes, providing precise diagnostic meaning and isolating developer fouls from standard protocol responses while maintaining backward compatibility.
Groups specific HTTP status codes into reserved numerical ranges to isolate developer errors.
Ce projet est une base de données de censure internet et un auditeur de connectivité réseau conçu pour identifier les sites web qui sont restreints ou filtrés en Corée du Sud. Il fonctionne comme un vérificateur d'accessibilité de site web pour vérifier quelles adresses web sont inaccessibles en raison de restrictions réseau nationales. Le système se concentre sur la surveillance de la censure internet et l'analyse des restrictions réseau pour suivre les modèles de filtrage et déterminer l'étendue du blocage web. Il fournit un audit d'accessibilité web pour identifier les blocages intentionnels au niveau gouvernemental ou les pannes régionales. L'outil utilise le sondage de connectivité HTTP et la validation de code d'état pour classer les sites comme accessibles ou bloqués. Il gère la surveillance réseau via un polling concurrent et une gestion des délais d'attente de requête pour traiter les listes d'adresses web.
Evaluates HTTP response headers to categorize websites as reachable, timed out, or blocked.
Lychee is a command line link checker written in Rust that scans websites and local files to identify broken hyperlinks and invalid email addresses. It functions as an asynchronous link validator and static site auditor designed to ensure content accessibility and quality. The tool features disk-based response caching to accelerate subsequent scans and avoid redundant network requests. It supports token-based API authentication for services like GitHub to bypass rate limits when verifying links on remote repositories. The project covers a range of capabilities including multi-format content
Allows configuration of accepted HTTP status codes to prevent false positives during link validation.