doc-exports/docs/apig/umn/apig-en-faq-180307003.html
Chen, Junjie 91c429e341 APIG UMN 20230331 version
Reviewed-by: Hasko, Vladimir <vladimir.hasko@t-systems.com>
Co-authored-by: Chen, Junjie <chenjunjie@huawei.com>
Co-committed-by: Chen, Junjie <chenjunjie@huawei.com>
2023-06-01 08:59:08 +00:00

1.6 KiB

How Can I Protect My APIs?

  • Identity authentication

    Configure IAM or App authentication for APIs to prevent malicious calling.

  • Access control policies

    Configure a whitelist or blacklist of IP addresses/IP address ranges or accounts for APIs to secure access.

  • Request throttling policies

    By default, an API can be called up to 200 times per second. If your backend service does not support this access rate, decrease the quota accordingly.