Skip to content
Discussion options

You must be logged in to vote

my main concern is that multiple 'POST' are being called which might result in spam or unwarranted number of requests being made,

Users can always send requests to your server and responding with an error is no different then a success response, aka. at the end the request already reached the server.

Users can spam your server by just sending request to the health api. If you are concerned about DDoS, then this needs to be handled on a different level (ideally before even reaching your server).

Replies: 2 comments 6 replies

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
6 replies
@hqnsel
Comment options

@ganigeorgiev
Comment options

@hqnsel
Comment options

@ganigeorgiev
Comment options

Answer selected by hqnsel
@hqnsel
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants