JAX-RS CORSPage edited by Sergey BeryozkinChanges (2)
Full ContentJAX-RS: CORS IntroductionCXF 2.5.1 introduces the initial support for the Cross-Origin Resource Sharing specification that "defines a mechanism to enable client-side cross-origin requests". This Mozilla.org page provides a very good explanation of CORS. Please see the package.html for a good introduction to CORS and the way it is supported in CXF JAX-RS. Note that the CORS filter uses the JAX-RS selection algorithm to ensure that the JAX-RS resource method capable of handling the request does exist. Maven dependencies<dependency> <groupId>org.apache.cxf</groupId> <artifactId>cxf-rt-rs-security-cors</artifactId> <version>2.6.1</version> </dependency>
Change Notification Preferences
View Online
|
View Changes
|
Add Comment
|
- [CONF] Apache CXF Documentation > JAX-RS CORS confluence
- [CONF] Apache CXF Documentation > JAX-RS CORS confluence
- [CONF] Apache CXF Documentation > JAX-RS CORS confluence
- [CONF] Apache CXF Documentation > JAX-RS CORS confluence
- [CONF] Apache CXF Documentation > JAX-RS CORS confluence
- [CONF] Apache CXF Documentation > JAX-RS CORS confluence
