GET /infoView request details including headers, IP address, and parameters.
GET /searchTest XSS/SQLi pattern detection with search queries.
Try: <script>alert('xss')</script> or ' OR '1'='1
POST /loginTest form-based authentication endpoint.
POST /api/dataTest JSON API endpoint (Content-Type: application/json).
POST /uploadTest file upload endpoint.
GET /healthSimple health check endpoint for monitoring.