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.
我是跨域资源共享的新手,我想在 Tomcat 7.0.39 服务器中启用它。任何人都可以给我一些提示如何实现?
我想为所有请求通用设置标头,并允许所有来源(Access-Control-Allow-Origin:*)
我应该添加哪个文件?
您可以使用 servlet 过滤器在 Tomcat 中设置 CORS 标头。请参阅我对此问题的回答的示例过滤器实现