English 中文(简体)
哪些工具/项目将允许在IIS和Apache中捕捉 HTTP 请求/答复
原标题:What Tools/Projects will allow the capture of HTTP requests/response in IIS and Apache

我想是IIS的HttpModules, 一个Pre and Post 请求处理器和一些 Apache 定制模块。

请只建议 Open Source, 我们需要修改项目 。

我们希望在高容量生产系统上运行这些工具,所以强调调试的工具不是我们所要的。我们需要最简单的捕捉模式。

我们想为特定网站收集数据,而不是为接口收集数据,所以我不看口袋嗅探器。

我们更希望采用一种过程内解决办法,即避免使用铁丝网、鱿鱼或其他代用办法。

拥有这样的请求将是一个很好的能力,能够在另一个环境中重现一连串的请求,但我相信,如果我们能够以明智的方式抓住这些请求,我们就能自己建立这种请求。

任何想法、建议和问题都会乐于接受。

问题回答

代理服务器, 日志是最好的, 但您已经排除了这一点 。 除此之外, 您需要每个网络服务器都有一个产品 。 对于 IIS 来说, 是的, HttpMudule 是前进的方向 。 要重放它们, 很可能是一个精心制作的日志查看器 。 这通常是代理服务器的一个特征 。 即使是小提琴手也有捕捉和重放的能力 。





相关问题
Session Management with Windows Authentication

In an ASP.NET web app, using Integrated Windows Authentication, is the session tied to the windows identity? In other words, if I login (using IWA) to the app, and the app stores some "stuff" in my ...

Using Elmah with Cassini

Does anyone know if I can use Elmah with Visual Studio build-in web server(aka Cassini)? I get it working easily on IIS, but using same configuration, it doesn t work with Cassini. When I requested ...

Setting hostname in IIS, include www?

I want to set the hostname for a website I m adding in IIS 7, however do I include the www in the hostname or not? because I want both www.mysite.com and mysite.com both to point to mysite on the ...

inetpub versus any other folder

I ve run websites out of inetpub, as well as from folders just residing on the C: drive. I wonder, are there any definitive advantages to running websites out of inetputwwwroot?

IIS 6.0 hangs when serving a web-service

I am having issues with one of our web-services. It works fine on my development machine (win XP) whether I host it as a separate application or using cassini from Visual studio. Once I deploy on the ...

热门标签