In a case where a website allows user comments, which security measure is vital to prevent XSS through user inputs?
- CSRF protection
- Database normalization
- HTTPS implementation
- Input sanitization
To prevent XSS through user inputs, it's crucial to implement input sanitization, which involves cleaning and validating user input to mitigate potential script injection.
Loading...
Related Quiz
- Which HTTP method does SOAP typically use for sending requests?
- When a web service shows different behaviors for different users, what debugging approach should be considered?
- In a high-concurrency scenario, what aspect of web services is critical to evaluate?
- In TLS 1.3, what major security improvement was made compared to its predecessors?
- In SOAP, what does the envelope element define?