Web 应用程序中的 IIS API 监视器

发布于 2024-12-23 11:35:15 字数 313 浏览 3 评论 0原文

我正在尝试实现一个位于 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

扮仙女 2024-12-30 11:35:15

你需要使用 httpmodule 和 httphandler,如果你想要更通用的话,请查看 ISAPI 过滤器

you need to play with httpmodule and httphandler, and if you want it more generice look at ISAPI filters

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文