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.
我有一个 SOAP 服务器和多个 REST 客户端应用程序。REST 客户端应用程序,内部使用 WSDL 调用 SOAP 服务。
当我们调用 SOAP 服务器时,它会根据 SOAP Header 中的 IP 地址来识别客户端。我想实现一种机制,以便 SOAP 服务器无法识别客户端 IP 地址,并且似乎所有请求都来自同一个 IP。
我们可以在客户端修改此标头吗?如果是,请给我一些解决方案......
提前致谢