Hi Sergey about CXF CORS from http://cxf.apache.org/docs/jax-rs-cors.html
I still need some advice from you. I use @LocalPreflight and it works, but Unlike the sample it is limited to specify same url as my actual request on @Path over Options method and need to set Access-Control-Allow-Headers for my custom header in this method. and @CrossOriginResourceSharing annotation is likely not functional. I doubt if i need to write common Options method to match any url to set header or prepare several Options methods for each rs-method. if common method is possible how should i to match any url by @Path. your reply is very appreciated. Thank you. Best regards Joseph -- View this message in context: http://cxf.547215.n5.nabble.com/About-cxf-CORS-with-setRequestHeader-or-without-setRequestHeader-tp5744552p5744677.html Sent from the cxf-user mailing list archive at Nabble.com.
