benschaf / waste-schedule

This is a waste-management App with CRUD functionality. Never forget to take out your bins on time! Connect with your community and be Eco-Conscious together.
0 stars 0 forks source link

When Defensive programming testing should i try to simulate POST requests? ... #47

Closed benschaf closed 3 months ago

benschaf commented 3 months ago

In the testing so far i tried to delete schedules by brute forcing links - but these only make get requests

this also raises the question if i should handle these bad get requests more gracefully. (I did do that for some of them now)

benschaf commented 3 months ago

no