# CORS

### What is CORS? <a href="#seo-faq-pairs-what-is-cross-origin-resource-sharing" id="seo-faq-pairs-what-is-cross-origin-resource-sharing"></a>

Cross-Origin Resource Sharing (CORS) is a mechanism that allows web applications to make requests to resources hosted on different domains.&#x20;

The platform lets you configure CORS at the tenant level, enabling precise control over cross-origin access for improved security and flexibility.

### Best Practices

* Regularly review and update your CORS settings to align with security requirements.
* Always use HTTPS in production for secure communication.
* Avoid using the wildcard `*` in production; explicitly specify allowed origins.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.simptel.com/tf-platform/administration/organizations/projects/tenants/cors.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
