Ranter
Join devRant
Do all the things like
++ or -- rants, post your own rants, comment on others' rants and build your customized dev avatar
Sign Up
Pipeless API
From the creators of devRant, Pipeless lets you power real-time personalized recommendations and activity feeds using a simple API
Learn More
Comments
-
Yeah that's a devRant bug. But you can deal with it by deleting one of the double posts right after posting them.
-
You could Bypass Rate Limit by sending requests for posting 2 different rants at the same time.
-
@Root oh i was already thinking server, and (in my specific case) i realised it would be handled by the db locking on INSERT preventing a COUNT from saying user hasnt posted any rants yet, so even sending 10 in one go would still get limited.
-
Actually, even client-side button debouncing would prevent accidental double posting, though of course not deliberate manipulation.
Related Rants
The reason why my rants get posted 2 times simultaneously is that my mouse clicks two times on my one click. Try it yourself.
This aims at POST request!
rant
devrant bug