System¶
CORS¶
If required the IAD Server can configure CORS to allow all cross-origin HTTP requests. It is not recommended to use this feature in production, but it may be suitable for debugging purposes. To activate it set the SERVER_ALLOW_CORS
environment variable to true
:
docker run \
--env SERVER_ALLOW_CORS=true \
...