使用网站屏蔽隐藏源中的 IP 地址?
我对网络托管有点新手 - 我们已经在 Flex 中构建了一个基于 SaaS 交付的网站。我们为客户在他们选择的 URL 上放置了一个专用系统(通过 Go-Daddy 购买),并在网站上使用 Masking 进行了简单的转发。这工作正常,但在浏览器上查看源代码时,它显示 IP 地址,这显然是一个安全问题。我尝试将 DNS 中的 IP 更改为该站点在我们服务器上所在的 IP,但由于我们使用子 IP(即 10.10.100.100:1000),它不会接受它。
有什么想法吗?
I am a bit of a novice on web hosting - We have built a site in Flex that is delivered on a SaaS basis. We have put a dedicated system for a client on a URL of their choosing (purchased through Go-Daddy) and have put a simple forward with Masking on the site. This works fine but in the view source on the browser, it shows the IP address which is obviously a security issue. I have tried changing the IP in the DNS to the IP the site is located at on our server but as we use a sub-IP (i.e. 10.10.100.100:1000), it won't accept it.
Any ideas?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
看起来您想安装反向代理。我对你的情况的理解是,有一个浏览器A使用你的客户端站点B,它要么从服务器C获取资源,要么以其他方式访问。Ypu想要隐藏对服务器C的所有引用,这样看起来B是独立的-独自的。将 B 上的 Web 服务器配置为充当 C 上一组特定资源的反向代理。
Looks like you want to install a reverse proxy. My understanding of your case is that there's a browser A using your clients site B which either pulls in resources or accesses in some other way from server C. Ypu want to hide all references to server C, so that it looks like B is stand-alone. configure your web server on B to act as a reverse proxy to C for a specific set of resources.