Access and test your web application from other devices, such as phones, tablets and computers, locally or over the web.
Connect to your application over the internet by tunnelling through your firewall and router. This allows you to share your web app and collaborate over the internet, and also implement webhooks with services like Twilio.
Fix 400 Bad Request or Invalid Hostname Errors
If you’ve tried to access your Visual Studio web project from an external device, you'll have seen these errors, which are due to IIS Express not accepting host headers other than ‘localhost’ or not having the correct bindings. There are fairly complex solutions that require changing config files, or there is our simple, free Visual Studio extension, Conveyor which works without configuration changes.
Once you have installed the Conveyor extension you can immediately test your web and API projects from other computers and devices such as tablets and phones.