简体   繁体   English

将Http请求的副本转发到另一个系统

[英]Forward a Copy of Http Requests to another system

I have a WCF service deployed on production. 我在生产中部署了WCF服务。 I'm looking for a tool to forward a 'Copy' of all the messages received by that service to a development server. 我正在寻找一种工具,可以将该服务接收到的所有消息的“副本”转发到开发服务器。 I need this to debug the requests in my IDE on the Dev box. 我需要它来在开发框中的IDE中调试请求。

Do you have the source code to the WCF service? 您有WCF服务的源代码吗? If so, would you be able to modify it and redeploy it with a copy of the communications sent elsewhere? 如果是这样,您是否可以修改它并使用发送到其他地方的通信副本进行重新部署?

Otherwise, you could try writing a proxy to intercept the messages, and then forward them on to the existing service and to your dev box. 否则,您可以尝试编写代理以拦截消息,然后将它们转发到现有服务和您的开发人员框中。

Also, you might look into ethereal and fiddler for looking at actual network traffic. 另外,您可能会研究虚无和提琴手以查看实际的网络流量。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM