Web 应用程序中的 IIS API 监视器
我正在尝试实现一个位于 IIS 和应用程序之间的简单 Web 应用程序。我需要监控 API 活动以获取呼叫和传出消息。我一直在尝试按照此处的指示使用 HTTPListener: http ://msdn.microsoft.com/en-us/library/system.net.httplistener.aspx,但请求始终显示为空。可能我找错了地方,但是非常感谢该领域的任何帮助/经验。
谢谢!
I'm trying to implement a simple web application that will sit between IIS and the application. I need to monitor the API activity to get the calls and outgoing messages. I've been trying to mess around with HTTPListener as directed here: http://msdn.microsoft.com/en-us/library/system.net.httplistener.aspx, but the request always come up as null. Probably I'm looking in the wrong place, but any help/experience in this area is greatly appreciated.
Thanks!
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
你需要使用 httpmodule 和 httphandler,如果你想要更通用的话,请查看 ISAPI 过滤器
you need to play with httpmodule and httphandler, and if you want it more generice look at ISAPI filters