I\'m trying to web server and client..(Hybrid app! using cordova) But Access-Control-Allow-Origin error..so I downloaded chrome extension program cors.. but doesn\'t working..>
Try using the cors in you app middleware
app.use(cors());