Skip to content

ijmitch/cicscors

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 

Repository files navigation

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?

About

Discussing CORS support for CICS

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published