[osgi-dev] Enroute Rest

2016-11-09 Thread manoj.vrajamani
Hi All, I am trying to retrieve an http response (json string) from an osgi app implementing enroute rest api. When i write a client html app and invoke the osgi app, it gets invoked and returns the string. But I get a warning as below and I am unable to see the text in my browser page.

Re: [osgi-dev] Enroute Rest

2016-11-09 Thread Neil Bartlett
You can read about CORS here: https://en.wikipedia.org/wiki/Cross-origin_resource_sharing Regards, Neil > On 9 Nov 2016, at 11:51, > wrote: > > Hi All, > > I am trying to

Re: [osgi-dev] RS/RSA for exposing JAX-RS resources

2016-11-09 Thread Scott Lewis
On 11/8/2016 10:59 AM, Ancoron Luciferis wrote: Hi Scott, first let me say thank you for taking the time to address my concerns (sorry if they turned out as something other than just my personal concerns). I think I have gone a little bit too far with my argumentation. My conceptional

Re: [osgi-dev] RS/RSA for exposing JAX-RS resources

2016-11-09 Thread Christian Schneider
On 08.11.2016 19:59, Ancoron Luciferis wrote: Hi Scott, first let me say thank you for taking the time to address my concerns (sorry if they turned out as something other than just my personal concerns). I think I have gone a little bit too far with my argumentation. My conceptional

Re: [osgi-dev] Enroute Rest

2016-11-09 Thread manoj.vrajamani
* Do we have option to set HTTP Header set Access-Control-Allow-Origin "*" on the Jetty side of Enroute (by any chance?) !!! * Can we ignore CORS altogether. I tried many options from the Firefox/Ubuntu side (both setting/ignoring) and still it fails... * I have a