dhis2_configure_cors_allowlist
Configure Cross-Origin Resource Sharing (CORS) allowlist for DHIS2 health systems by specifying allowed origins and generating setup instructions to enable secure access from external applications.
Instructions
Generate instructions and configuration for DHIS2 CORS allowlist setup
Input Schema
Name | Required | Description | Default |
---|---|---|---|
allowedOrigins | Yes | URLs to add to CORS allowlist (e.g., ["http://localhost:3000", "https://myapp.example.com"]) | |
dhis2Version | No | DHIS2 version (e.g., "2.40.4") | |
includeSteps | No | Include step-by-step configuration instructions |