Re: CORS configuration not working for web services with path parameter

2016-05-11 Thread Purushottam
-Type, Access-Control-Allow-Origin, Access-Control-Allow-Methods, Access-Control-Allow-Headers, Access-Control-Expose-Headers, Access-Control-Request-Method, Access-Control-Request-Headers, authenticationToken, tenant")) .setHeader("Allow", this.constant("DELETE, GET, OPTIONS, POST")); return def; } } It would be great if anyone can give me some clue regarding this problem. -- View this message in context: http://camel.465427.n5.nabble.com/CORS-configuration-not-working-for-web-services-with-path-parameter-tp5782441p5782444.html Sent from the Camel Development mailing list archive at Nabble.com.

CORS configuration not working for web services with path parameter

2016-05-11 Thread Purushottam
response like above , instead it gives me below response only. Content-Length →0 Content-Type →text/plain. Can any one please tell me the solution for this. -- View this message in context: http://camel.465427.n5.nabble.com/CORS-configuration-not-working-for-web-services-with-path-parameter