Which of these are good ways to secure access to your API deployed on Alibaba Cloud API Gateway?
(Number of correct answers: 3)
Enable API Gateway to connect to backend services in an Alibaba Cloud VPC network group. This guarantees the security of API requests.
Configure security keys for API Gateway.
Use HTTPS to encrypt requests.
Use OpenID Connect to authenticate requests.
Allow only internal IP addresses to call the API.
Submit