Skip to content

Latest commit

 

History

History
13 lines (7 loc) · 966 Bytes

README.md

File metadata and controls

13 lines (7 loc) · 966 Bytes

Disclaimer: this is a public, informal discussion of CORS applied to CICS TS between interested parties. It is not endorsed by IBM.

CORS requirements

CICS HTTP support is currently unhelpful if the web client (browser or REST client) sends the requests required to implement the CORS protocol.

In particular, CICS TS treats any OPTIONS request as an invalid request and returns an error to the client.

There is an existing RFE asking for OPTIONS support (75575).

CORS always needs to be configured in a server responding to HTTP requests - for example, WebSphere Liberty requires entries in its server.xml.

How could CICS begin to react more helpfully to OPTIONS requests?