Fiddler:如何在 gzip 编码响应中使用 oSession.utilFindInResponse

发布于 2024-10-19 20:52:53 字数 167 浏览 1 评论 0原文

我正在尝试使用 Fiddler 在响应包含特定单词时中断并实时编辑响应。 但是,oSession.utilFindInResponse 函数似乎未成功匹配,因为响应使用 GZIP 编码。 有可能解决这个问题吗? 我是提琴手规则的新手,但可能有一种方法可以动态更改 http 压缩?

谢谢

I'm trying to use Fiddler to break when the response contains a specific word and edit the response live.
However, it seems that the oSession.utilFindInResponse function does not match successfully because the response is using GZIP encoding.
Is it possible to get around this ?
I'm new to fiddlers rules but there might be a way to change http compression on the fly ?

Thanks

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

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

发布评论

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

评论(1

执手闯天涯 2024-10-26 20:52:53

在会话对象上调用 oSession.utilDecodeResponse() 将从响应中删除 HTTP 分块和压缩。

Calling oSession.utilDecodeResponse() on the session object will remove HTTP chunking and compression from the response.

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