DEV Community

Discussion on: The Modern Rules of API Testing

Collapse
 
mikedevkelly profile image
mikedevkelly

I usually use special tools (like scanners) to test Reflected Cross Site Scripting automatically. Is manually testing against XXS also a good practice?

Collapse
 
larymak profile image
Hillary Nyakundi

As long as you are able to validate all the input data and also make sure that only the allowlisted data is allowed you are good to go.