Cordova iOS CORS issue with Web-sockets
I am facing the CORS related issue on the cordova iOS Simulator. My app is using socket.io to connect to the server based on netty (https://github.com/mrniko/netty-socketio). I am using the apache web server as proxy to send the requests from client to netty socket.io server.