Manage Cross-Origin Resource Sharing for API access.
| Origin | Allowed Methods | Allowed Headers | Actions |
|---|---|---|---|
|
= htmlspecialchars($rule['origin']) ?>
Max Age: = $rule['max_age'] ?>s
|
= htmlspecialchars($method) ?>
|
= htmlspecialchars(implode(', ', $rule['headers_arr'])) ?>
|
|
|
No CORS rules found. Add your first origin to allow external API access. |
|||