Preflight OPTIONS request to SOAP service does not work
问题 What I want to do : Call a cross-domain SOAP-Service from JavaScript using jQuery with the jQuery Soap plugin (by Remy Blom). (that is, I call $.soap(); in JavaScript) What I did : CORS Setting on the server side (CXF) are working (using the org.eclipse.jetty.servlets.CrossOriginFilter ), so the following is present in the answer: Access-Control-Allow-Head... X-Requested-With,Content-Type,Accept,Origin Access-Control-Allow-Meth... GET,POST,OPTIONS,HEAD Access-Control-Allow-Orig... http:/