How to reach your own endpoints
Last updated
Endpoints in your editor session are exposed at https://<your-project-name>.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.

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.

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

You can use the HTTP Fetch 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.

Note that if successful, you will get two separate traces in the Trace History panel. One represents the process that performed the request, and the other the process that received the request.

Last updated