HTTP代理工具Fiddler

Fiddler是一款强大Web调试工具,它能记录所有客户端和服务器的HTTP请求.

Getting started

  1. 在安装之前需要准备Mono环境 If you don’t have the Mono framework installed on your Mac

  2. Please download it from http://www.mono-project.com/download/#download-mac and install it. If you already have it installed, ensure you’re running the latest version.

  3. If you just installed Mono

    Please open Terminal and type in:

    /Library/Frameworks/Mono.framework/Versions/<Mono Version>/bin/mozroots --import --sync

    (The Mono framework has its own trusted root certificates store. Currently (at mono version 4.2.4) this store remains empty after installing Mono on OS X. Fiddler uses the certificates in this store to validate the certificates of the websites visited. So you need to populate this store with a set of commonly trusted root authorities to avoid getting constant certificate warnings from Fiddler. The mozroots tool imports trusted authorities from the Mozilla LXR. )

  4. Extract fiddler-mac.zip to a folder you have write access to.

    It is recommended that the full path to Fiddler install folder does not contain any Windows path illegal characters. (At present it is possible that some Fiddler functionality, e.g. various file exports or Fiddler Script won’t handle such paths.)

  5. Open Terminal and navigate to the folder you extracted to in step 3.

  6. Type mono Fiddler.exe in Terminal.

转自 https://www.telerik.com/download/fiddler/fiddler-osx-beta

mono Fiddler.exe 启动失败

Got a SIGSEGV while executing native code. This usually indicates
a fatal error in the mono runtime or one of the native libraries
used by your application.

解决方案:切换32bit-mono启动fiddler

mono --arch=32 Fiddler.exe

 

最新文章

  1. C# 原样复制excel工作表
  2. BZOJ 1101: [POI2007]Zap
  3. 解决全局变量共享---C语言的extern关键字用法
  4. soapui中文操作手册(八)----Web服务的功能测试案例
  5. 看2015年TFC游戏大会,云计算何以唱主角
  6. mysqli连接数据库常见函数
  7. hdu-4810 Wall Painting(组合数学)
  8. 告别山寨数据线:USB Type-C加密认证出炉
  9. 在线更新问题 HDU5877 线段树
  10. Java数据持久层框架 MyBatis之API学习三(XML 映射配置文件)
  11. Android OpenSL ES 开发:OpenSL ES利用SoundTouch实现PCM音频的变速和变调
  12. SDL中 so库的使用
  13. wireless
  14. git 分支命名规范
  15. JAVA8之Lambda表达式与方法引用表达式
  16. Java Collection - 001 集合的遍历
  17. Java设计模式学习记录-责任链模式
  18. redis 频率限制
  19. javascript 实例 静态 公共 私有
  20. RBAC: 基于角色的访问控制(Role-Based Access Control)

热门文章

  1. Who Saw My Blog
  2. [CSP-S模拟测试ex]题解
  3. WEBI更换数据源
  4. 高博SLAM14讲 ch5 点云拼接例程实现与bug处理
  5. Git比较分支差异的3个命令
  6. tushare下载安装教程与版本更新步骤
  7. ios打包,通过Xcode生成ipa文件
  8. tee - 从标准输入写往文件和标准输出
  9. nexus私服仓库搭建以及项目引用
  10. pickle模块 和json模块