我有一些API应该在工作日/小时内调用。是否可以在WSO2 API-Manager中为API用户设置工作日限制?
发布于 2022-10-11 12:49:29
您可以编写自定义中介策略(https://apim.docs.wso2.com/en/latest/design/api-policies/overview/)或自定义处理程序(https://apim.docs.wso2.com/en/latest/reference/customize-product/extending-api-manager/extending-gateway/writing-custom-handlers/#writing-a-custom-handler),以根据某些预定义的逻辑限制API。
https://stackoverflow.com/questions/74012738
相似问题