> 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="https://1896308808-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FRdFpuRAnTVYgmlCXLLou%2Fuploads%2F7vvs5xoYg5D9x4Wrp6m7%2Fimage.png?alt=media&amp;token=fa1f0e03-f945-42fa-89ff-3a552d920e16" 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="https://1896308808-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FRdFpuRAnTVYgmlCXLLou%2Fuploads%2FuXNRJKvUBxFeyyzifWJW%2Fimage.png?alt=media&amp;token=1be799f3-37a8-495b-953f-e57f6353b393" 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="https://1896308808-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FRdFpuRAnTVYgmlCXLLou%2Fuploads%2FCZT7FvhY0XlxGF3V1Np0%2Fimage.png?alt=media&amp;token=73045ccf-f7d5-4434-8697-24a814d39825" 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="https://1896308808-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FRdFpuRAnTVYgmlCXLLou%2Fuploads%2FilEhWbAAOMxvPlMB8cqi%2FMidio.png?alt=media&amp;token=a3275b54-a29b-45b1-971c-0f6dc03ce186" 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="https://1896308808-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FRdFpuRAnTVYgmlCXLLou%2Fuploads%2FMFeH41qAHIKQGVpxISrS%2Fimage.png?alt=media&amp;token=ec66bb0b-5cba-4bbc-9332-0304f3bc2670" alt="" data-size="original">
{% endhint %}
