Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How would you test endpoint that delete record #61

Closed
pwnedDesal opened this issue Dec 10, 2020 · 1 comment
Closed

How would you test endpoint that delete record #61

pwnedDesal opened this issue Dec 10, 2020 · 1 comment

Comments

@pwnedDesal
Copy link

If a record is already deleted, a repeated request would return a 404 or 403 response which means this is a possible false positive?

@pwnedDesal pwnedDesal changed the title How would you test endpoint that delete endpoints How would you test endpoint that delete record Dec 10, 2020
@Quitten
Copy link
Owner

Quitten commented Dec 14, 2020

@pwnedDesal - you are right, you shouldn't use Autorize for one time requests, I would suggest to make it manually; I can think of a way to implement it automatically but it might require some time.

@Quitten Quitten closed this as completed Dec 14, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants