将HTTPS URL重定向到内部Web应用程序

发布于 2025-01-28 12:15:01 字数 532 浏览 5 评论 0 原文

我目前有一个https域 https://example.com 机器。我还在笔记本电脑中的node.js开发了一个Web应用程序,将来将安装在服务器中。

假设我想与需要HTTPS的外部各方共享我的应用程序。在此测试阶段,我将将Web应用程序保留在笔记本电脑中,而不是将其安装在服务器中。为了使用分配给 https://example.com/myapp 到我笔记本电脑的内部IP/端口(192.168.xxx.xxx:port)托管该应用程序的位置?

先感谢您。

I currently have an https domain https://example.com hosted in a Windows Server R2019 machine. I am also developing a web application in Node.js in my laptop that will, in the future, be installed in the server.

Say I want to share my app with external parties that require https. During this test stage I will keep the web app in my laptop, instead of installing it in the server. In order to use the same SSL certificate assigned to https://example.com, would I be able to configure IIS to redirect a certain URL like https://example.com/myapp to my laptop's internal IP/PORT (192.168.xxx.xxx:port) where the app is hosted?

Thank you in advance.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。
列表为空,暂无数据
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文