Expand description
SSRF (Server-Side Request Forgery) protection
Validates URLs before making HTTP requests to prevent:
- Access to private IP ranges
- Access to localhost
- Access to cloud metadata endpoints
- DNS rebinding attacks
- Unicode homograph attacks in domains
Structs§
- Ssrf
Validator - SSRF validator with configurable blocked CIDR ranges