Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

In order to specify the allowed origins the property "blueriq.security.cors.allowed-origins" needs to be added in the 

Include Page
BQ15:_PropertiesFileJavaBQ15:
_PropertiesFileJava
, followed by a comma separated list of origins.

...

In order to specify the allowed headers, the property "blueriq.security.cors.allowed-headers" needs to be added in the

Include Page
BQ15:_PropertiesFileJavaBQ15:
_PropertiesFileJava
, followed by a comma separated list of allowed headers.

...

If only some methods must be allowed when a cross origin request is made, it can be specified in the 

Include Page
BQ15:_PropertiesFileJavaBQ15:
_PropertiesFileJava
using the property "blueriq.security.cors.allowed-methods"

...