# Allowed External URLs

Before you can make external http calls from the Unreal Client or Server, you must configure the access policies in the developer dashboard for your organization.

These policies allow you control if content in your organization can make external http requests, and if so what domains are those requests allowed to access. These controls allow you to prevent content from accessing unintended resources.

1. Navigate to the Developer Dashboard Settings page

<figure><img src="https://1456550285-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FoWTlPaoHd1McSakqMigu%2Fuploads%2Fgit-blob-5629d461a44941e5b79a2a0c76edad262dc6cc1c%2Fimage.png?alt=media" alt=""><figcaption></figcaption></figure>

2. Find the "External URLs" section

<figure><img src="https://1456550285-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FoWTlPaoHd1McSakqMigu%2Fuploads%2Fgit-blob-eeebd7f0d9458fcafb9bb267f79715cf77c45054%2Fimage.png?alt=media" alt=""><figcaption></figcaption></figure>

3. Choose the Access policy for both servers and clients

| Policy Type                                              | Description                                                                                                                                                                                     | Example                                                                                                                                                                                                                  |
| -------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ |
| Do not allow content to access external urls             | This is the default value. Any requests made using the Http nodes will fail                                                                                                                     | N/A                                                                                                                                                                                                                      |
| Allow content to access only URLs with specified domains | <p>If the Http nodes attempt to use a url that matches your domain, it will be allowed. Otherwise, the requests will fail.<br><br>This is the best option for you to allow external access.</p> | <p>If you configure the domain "mydomain.myorg.net" and a request goes to that domain, it will be honoured.<br><br>If you configure ".mydomain.myorg.net", it will allow requests to that domain plus any subdomain.</p> |
| Allow content to access all external URLs                | <p>Disables the filtering.<br><br>This option is not recommended.</p>                                                                                                                           | Any domain is allowed.                                                                                                                                                                                                   |


---

# 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.msquared.io/creation/unreal-development/features-and-tutorials/web-services/configuring-external-url-access.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.
