WebSphere Liberty CORS Feature Problems -
i trying use new cors feature in websphere liberty profile 8.5.5.9. think have set correctly, not working @ all, it's possible got configuration wrong. there nothing in log 1 way or other - no errors or informational messages. is there kind of trace turn on show me cors feature , possibly why it's not working? here our config: <cors domain="/talentplaybookservice/rest" allowedorigins="https://w3dev.somerslab.ibm.com/" allowedmethods="get, head, post, put" allowedheaders="referer, cache-control, pragma, accept, accept-language, accept-encoding, accept-charset, content-type, content-length, user-agent, authorization, passwd, x-update-nonce, x-shindig-st, x-ic-cre-request-origin, x-ic-cre-user, x-lconn-auth, accept*, content*" exposeheaders="content-type, last-modified, etag" allowcredentials="true" maxage="3600" /> the following trace setting activate cors logging: ...