In the past I called
server.use(restify.CORS( {credentials: true, headers: ['x-framlin-ci']}));
What do I have to call instead of this, now, if I use restify-cors-middleware, to get the same result, as with the old CORS-plugin?
All experiments, I took so far failed :-(
In the past I called
server.use(restify.CORS( {credentials: true, headers: ['x-framlin-ci']}));What do I have to call instead of this, now, if I use restify-cors-middleware, to get the same result, as with the old CORS-plugin?
All experiments, I took so far failed :-(