Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fiddler #3

Open
TracerLee opened this issue Mar 27, 2016 · 1 comment
Open

Fiddler #3

TracerLee opened this issue Mar 27, 2016 · 1 comment
Assignees
Labels

Comments

@TracerLee
Copy link
Owner

TracerLee commented Mar 27, 2016

记录常用 Fidller 技巧。

@TracerLee TracerLee changed the title 【工具篇】fiddler使用 fiddler使用 Mar 27, 2016
@TracerLee TracerLee changed the title fiddler使用 fiddler Mar 31, 2016
@TracerLee TracerLee self-assigned this Sep 8, 2016
@TracerLee
Copy link
Owner Author

TracerLee commented Mar 21, 2018

在 Fiddler 中显示请求会话的 IP 和 Web 环境

  • 打开 Fiddler
  • 使用快捷键 Ctrl + R 打开配置文件
  • 找到 Main 函数,修改
// 修改此函数新增执行脚本
static function Main() {
    // 显示服务器 Web 环境
    FiddlerObject.UI.lvSessions.AddBoundColumn("Server", 50, "@response.server");
    // 显示服务器 IP 地址
    FiddlerObject.UI.lvSessions.AddBoundColumn("HostIP", 50, "x-hostIP");
}

@TracerLee TracerLee changed the title fiddler Fiddler Mar 21, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant