Oracle Apex Security Cross Origin Resource Sharing(CORS)

3.3k views Asked by At

Can someone explain/help where these Oracle Apex Security settings can be configure? Oracle Apex version is 21.1

enter image description here

1

There are 1 answers

3
EJ Egyed On

These settings are not configured within APEX, but within the web server that is running ORDS.

For example, if you are using Tomcat, all of the Access-Control-* headers are configured using the CORS filter and the Strict-Transport-Security header is configured using the HTTP Header Security Filter.

If you are using Weblogic or ORDS standalone, you will need to look at the documentation for those web servers to make the proper configurations.