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

AIS api rate-limit policy #92

Open
Sinordio opened this issue Mar 8, 2023 · 2 comments
Open

AIS api rate-limit policy #92

Sinordio opened this issue Mar 8, 2023 · 2 comments

Comments

@Sinordio
Copy link

Sinordio commented Mar 8, 2023

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.

@implank
Copy link

implank commented Jun 10, 2023

目前发现每五小时不能超过200次?大概

@byjiang1996
Copy link

我也觉得是每四个到五个小时evaluate一次,我每小时平均10次access也被封了: NO AVAILABLE DATE

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

3 participants