#append tier and mode to the URL

1 messages · Page 1 of 1 (latest)

unkempt carbon
#

Yeah, that’s already planned, requires some other features to be done before. I’ll keep you updated in this thread

sudden star
#

Would need to be rate limited, so people can't spam it to break things, but should be possible

#

Yes but it should be is what i msaying

#

otherwise it may cause issues

#

bit like how u cant spam

#

emoji reactions

#

on discord

#

thanks for all the feedback btw really appreciate it

#

hope we can build this thing out to be even better 😄

#

for sure

unkempt carbon
#

These are clientside initiated requests

sudden star
#

thats where my concern was

#

but im guessing they can limit on their end

#

idk i read smth about rate limits before

#

oh

#

so they have to do it o ntheir own end

unkempt carbon
#

It’s up to amount of users anyway
As for the limitation, it will most likely be a polling option aside with a refresh button that debounces for 30s or so

unkempt carbon
#

Shouldn’t take that as an attack vector until precedence

#

Plus rate limiting anyway is applied rather by ip than by hostname

#

Which means spammer will just get 429ed and we’re good

#

We don’t proxy these requests as for now, with updates on api we maybe will, then limiting will be on our side