doc-exports/docs/apig/umn/apig-faq-180307003.html
Chen, Junjie 324aa7d3c4 APIG UMN 20240708 version
Reviewed-by: Mützel, Andrea <andrea.muetzel@t-systems.com>
Co-authored-by: Chen, Junjie <chenjunjie@huawei.com>
Co-committed-by: Chen, Junjie <chenjunjie@huawei.com>
2024-11-05 15:25:06 +00:00

1.9 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.