Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我们有网络农场架构。负载均衡器正在维护所有请求。我想向我选择的服务器发送一个 http 请求。但由于负载均衡器,我无法这样做。我在 Windows 应用程序中执行此操作。您能否建议绕过负载均衡器的方法?
谢谢 AR
将您的数据发布到服务器的 IP,而不是负载均衡器。这意味着我希望服务器本身可以从 Web 访问,而不仅仅是通过负载均衡器。