> For the complete documentation index, see [llms.txt](https://docs.midio.com/midio-docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.midio.com/midio-docs/guides/http/how-to-reach-your-own-endpoints.md).

# How to reach your own endpoints

## Reaching endpoints in your editor sessoin

Endpoints in your editor session are exposed at **https\://**<mark style="background-color:blue;">**\<your-project-name>**</mark>**.midio.dev:\<your-port>/\<your routes>.** The port can vary between projects and potentially be changed when you’ve been away for a while. You can see your the port when you hover the globe icon on your `HTTP Endpoint` node, or in the services panel if you select **HTTP server.**

<figure><img src="/files/LHoVmuNPaepGm27fw8fY" alt="" width="324"><figcaption></figcaption></figure>

## You can also get url info directly from your endpoints

Click the **globe** icon on your endpoint to open a menu where you can either copy the url to your clipboard or open it in a new tab.

<figure><img src="/files/5ItSHBsNBz2yZJsHHndk" alt=""><figcaption></figcaption></figure>

## Reaching endpoints in your deployed app

The URL to reach your deployed apps can be found in the **deployments panel.**

<figure><img src="/files/in9IAPgDO2921u7tJ1Mx" alt="" width="563"><figcaption></figcaption></figure>

## Making requests to Midio from Midio

You can use the [`HTTP Fetch`](/midio-docs/built-in-nodes/http.md#fetchurl) node to make requests to your running Midio sessions like you would any other service. This can be very useful for testing your endpoints directly from Midio.

<figure><img src="/files/uYDUNoUcqvqAMK7im9qT" alt=""><figcaption></figcaption></figure>

{% hint style="info" %}
Note that if successful, you will get two separate traces in the [**Trace History**](/midio-docs/reference/overview/traces-execution.md) panel. One represents the process that performed the request, and the other the process that received the request.

<img src="/files/Swdjv1YmAWP135ruGwRY" alt="" data-size="original">
{% endhint %}
