bardlehel
10 years agoNew Member
Ready! API REST setup
I am looking for a tutorial for security testing a REST web service.
I have created a REST project for my service locally: http://localhost:9000. My endpoints don't currently use parameters but use the syntax: /cats, /cats/111, etc.
How do I set up a test to scan through all my endpoints with ranges when there is no query params but have the ids of the resources within the path?