DEV Community

Rodrigo Juarez for Coding Coach

Posted on • Edited on

2 1

API access in development with Conveyor

In my workflow, when I'm developing an API with Visual Studio, and I need to access it from a mobile app, usually I publish it in Azure, or I need to do many steps to configure my IIS express.

This is because IIS express by default publish your API in the localhost endpoint, and it can't be accessed from outside your development machine.

Looking for a quick fix, I found Conveyor, a Visual Studio extension, it's in beta, and free for now, automatically will give access to our API to any device in our network, if you register an account, you could have access from the internet.

After installing the extension, it will run when we start our project in debug mode.
In the next screenshot, we can see the enabled endpoints.

Image

We can also configure certificates if we want to use https.

A great addition to my Visual Studio's toolbox, very useful, and easy to use and install.

Billboard image

The Next Generation Developer Platform

Coherence is the first Platform-as-a-Service you can control. Unlike "black-box" platforms that are opinionated about the infra you can deploy, Coherence is powered by CNC, the open-source IaC framework, which offers limitless customization.

Learn more

Top comments (0)

Sentry image

See why 4M developers consider Sentry, “not bad.”

Fixing code doesn’t have to be the worst part of your day. Learn how Sentry can help.

Learn more

👋 Kindness is contagious

Please leave a ❤️ or a friendly comment on this post if you found it helpful!

Okay