Get help with XSS Scanner API issues, find solutions to common problems, and get the support you need.
Browse common issues and solutions
Find answers to frequently asked questions
Get direct help from our support team
Error: "Invalid or inactive API key" when making API requests
X-API-Key: your_api_keyError: "Rate limit exceeded. Please try again later."
The rate limiting has been increased to 120 requests per minute for all users. If you're still experiencing issues, please contact support.
Scanner incorrectly flags safe code as vulnerable
You can temporarily disable specific pattern matching by adding comments to your code. Our team is working on improving the accuracy of the detection algorithms.
Database connection fails in production environment
Updated connection string format and added retry logic. Please update your environment variables and redeploy.
You can get an API key by signing up on our website. After registration, you'll receive your API key in the dashboard. Make sure to keep it secure and don't share it publicly.
The current rate limit is 120 requests per minute for all users. If you need higher limits, please contact our support team to discuss enterprise options.
Our scanner uses pattern-based detection which may occasionally flag safe code. We're continuously improving our algorithms. You can help by reporting false positives through our issue tracker.
You can integrate our API using simple HTTP requests. Check our API documentation for code examples in various programming languages including Python, JavaScript, and cURL.
No, your code is processed in memory and not stored on our servers. We take privacy seriously and only log metadata for debugging purposes.
Our scanner works with any HTML, JavaScript, or mixed web content. It can detect XSS vulnerabilities in code written in any programming language that generates web content.