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
This is generation limits for varous endpoints, like:
/v1/endpoint/a
/v1/endpoint/b
/v1/endpoint/c
I want the limit to apply for /v1/endpoint/* though. Even with global enforcement it will not.
I can identify users with an get request, could that work as identifier?
Thanks,
bert
The text was updated successfully, but these errors were encountered:
At the moment I have a implantation with Fastapi that limits on the following endpoint:
This is generation limits for varous endpoints, like:
I want the limit to apply for
/v1/endpoint/*
though. Even with global enforcement it will not.I can identify users with an get request, could that work as identifier?
Thanks,
bert
The text was updated successfully, but these errors were encountered: