How to connect to the Azure Compute Emulator remotely to test a web role from an iPhone

守給你的承諾、 提交于 2019-12-06 07:34:51

This limitation is by design for security reasons. There are, as you noe, a bunch of scenarios where it would be useful to bypass this restriction such as running a test/int server or accessing from mobile devices.

It is easy enough to circumvent though. You simply need to run a reverse proxy server.

My favourite approach here is to use FIddler as this has the added benefit of being able to watch the traffic.

Take a look at this article and it should provide you with sufficeint guidance. If not coment back and I'll write up a blog post with my step-by-step guide.

http://www.fiddler2.com/fiddler/help/reverseproxy.asp

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!