You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Well, I have launched some investigations, what I've found out until now is that the rate-limit is based on user identity, not IP address or something else. And it uses a simple counter for number of requests, not common rate-limiting algorithms such as fixed-window or sliding window, etc.
I created this issue to share our findings in this regard. Please share your investigations. I hope we can find a way to bypass the rate-limit.
The text was updated successfully, but these errors were encountered:
Hi,
Has anyone investigated rate-limit policy of AIS available appointment API?
https://ais.usvisa-info.com/{country_code}/niv/schedule/{schedule}/appointment/days/{facility_id}.json?appointments[expedite]=false
Well, I have launched some investigations, what I've found out until now is that the rate-limit is based on user identity, not IP address or something else. And it uses a simple counter for number of requests, not common rate-limiting algorithms such as fixed-window or sliding window, etc.
I created this issue to share our findings in this regard. Please share your investigations. I hope we can find a way to bypass the rate-limit.
The text was updated successfully, but these errors were encountered: