Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
使用 CORS 的最佳方法是什么,应该使用 API 管理器使用 API 网关策略进行配置,还是在每个 HTTPS 侦听器的应用程序中进行配置。
最好的方法是使用 API Gateway 策略,因为这将允许您尽可能精细,并轻松启用或禁用 CORS,甚至无需重新部署您的应用程序。如果您在侦听器级别对其进行配置,则任何更改都需要修改您的应用并重新部署它,这将使其更难维护。高温高压