Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
vincentmorneau committed Aug 2, 2016
2 parents 3e5a3ea + 2efd423 commit 8995528
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/apex-setup.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,9 +38,9 @@ In `Shared Components > Application Processes` create a new application process

Name | Setting | Comment
--- | --- | ---
Name | `OOS APEX Front-End Boost Config` |
Sequence | `-999` | Ensures this happens first
Process Point | `On Load: Before Header (page template header)` |
Name | `OOS APEX Front-End Boost Config` |
Source | *see below* |
Build Option | `DEV_ONLY` | For security reasons only want this to happen in a controlled development environment

Expand Down
8 changes: 6 additions & 2 deletions docs/cors.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,12 @@ Starting from ORDS `3.0.3`, a new security rule concerning `Cross Origin Sharing
This occurs when the server is using ORDS `3.0.3`, `3.0.4` or `3.0.5`.

For Apache, please follow the message and set the ProxyPreserveHost parameter to On.

For Apache, there are 2 options
1- set the ProxyPreserveHost parameter to On.
2- RequestHeader set Origin http://<Externally accessible dns>:<port>/
For example : RequestHeader set Origin http://apexworld.com:80/
- This forces the origin http header to a value.

Otherwise until then please use ORDS `3.0.2` or less, as the error does **NOT** occur.

Here are some related forum topics:
Expand Down

0 comments on commit 8995528

Please sign in to comment.