Is it possible to apply cross-origin resource sharing (CORS) in a Websphere Application Server Liberty Profile V8.5 ?
I searched the redbook but couldn\'t find IBM menti
You have to add following jars to your WEB-INF/lib folder:
WEB-INF/lib
In your web.xml you have to add following rules:
web.xml
CORS com.thetransactioncompany.cors.CORSFilter CORS /*