Hi,

I'm currently looking into AeroGear Push Server (Simple with Unified).

For prototyping, I pieced together the following environment:

1. "AeroGear Push Server 0.10.0" cartridge running as an OpenShift application.
2. Git cloned aerogear-simplepush-unifiedpush-quickstart

I edited unifiedpush.js so it points to my OpenShift application.  Then I open index.html in a browser and I get the following error:

(OK, I got the error from when hosted the index.html on a web server running locally.  But I get pretty much the same result from just opening index.html from the file system.)

Does this mean that simple push server on my OpenShift application does not support CORS?  Or, am I not doing something right?

Thanks,

Michi