Versions Compared

Key

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

...

For cross-domain requests, custom headers have to be added using the following parameter in flashphoner.properties file:

Code Block
themeRDark
rest_access_control_headers=Access-Control-Allow-Origin: <origin>;Access-Control-Allow-Credentials: true;Access-Control-Allow-Methods: GET, POST, PUT, DELETE, OPTIONS;Access-Control-Allow-Headers: Origin, X-Requested-With, Content-Type, Accept, Authorization

...