2 repositorios
Custom scripts triggered during the processing of HTTP requests to implement dynamic security logic.
Distinct from Lifecycle Script Execution: Focuses on security-specific logic during the HTTP request lifecycle rather than general system lifecycle events.
Explore 2 awesome GitHub repositories matching development tools & productivity · Request Lifecycle Scripts. Refine with filters or upvote what's useful.
ModSecurity is an open-source web application firewall and security engine. It functions as an HTTP traffic inspector and intrusion detection system that filters incoming web requests and responses against a set of security rules to block threats and prevent attacks on web servers. The project provides a modular framework for implementing restrictive security policies and custom filtering logic. It identifies and blocks common injection attacks, such as cross-site scripting and SQL injection, while hardening web applications to reduce their overall attack surface. Its broader capabilities in
Supports the execution of external custom scripts during the request lifecycle for complex security validation.
Thunder Client is a REST API client extension for VS Code that functions as an HTTP request manager, testing tool, and mocking workspace. It allows users to send requests, organize them into collections, and manage API configurations directly within the editor. The project distinguishes itself through a command-line interface for executing automated test suites in CI/CD pipelines and a Git-based synchronization system for sharing request collections and environment configurations across teams. It also incorporates artificial intelligence to automate the conversion of API scripts during migrat
Runs custom JavaScript code before and after network calls to manipulate variables and perform assertions.