Fiddler is not capturing web request from Firefox

You can also get the FiddlerHook plug in for Firefox that lets you handle how you want traffic to be routed through Fiddler

For recent versions of Fiddler, installing FiddlerHook manually is no longer necessary.

However, you still need to set up the proxy and certificate for Fiddler in Firefox. This blog post explains those steps.

https://docs.telerik.com/fiddler/knowledgebase/fiddlerhook

Configuring Firefox for Fiddler

Mozilla Firefox is unlike most Windows browsers in that it does not use the system’s proxy and certificate settings by default. That means that Firefox may require some additional configuration to work properly with Fiddler.

To get Firefox running with Fiddler, you need to:

  • Configure Firefox to proxy its traffic to Fiddler.
  • Configure Firefox to trust Fiddler’s root certificate.

Fortunately, both of these are simple tasks.

Configuring the Proxy

Firefox’s proxy settings are found by opening its Tools menu, clicking the Options item, and opening the Advanced settings. Select the Network tab.

At the top of the tab, click the Settings… button to the right of Configure how Firefox connects to the Internet

At this point, you have two choices:

  • You can configure Firefox to respect the system proxy settings.
  • You can manually configure Firefox to point at Fiddler.

If you’d like Firefox to work like all other browsers, sending traffic to Fiddler when Fiddler is set to Capture Traffic, simply choose the Use system proxy settings option, then click OK. This is the recommended configuration:

Alternatively, you may manually configure Firefox to send traffic to Fiddler by entering the IP address and port (by default, 127.0.0.1 and 8888) in the appropriate boxes:

If you configure Firefox to use this Manual Proxy configuration, you’ll have to come back and revert these settings after you close Fiddler. If you forget to do so, Firefox will not load pages and instead show the following error message:

What about FiddlerHook?

You may have noticed that installing Fiddler also installs a Firefox extension named FiddlerHook.

This extension is meant to help simplify the configuration of Firefox to use Fiddler.

However, over the years, Firefox has started disabling extensions by default, and you may find that your FiddlerHook extension isn’t enabled. If it is, no worries—the last two sections have shown you how to manually configure Firefox.

If you’d like to use FiddlerHook instead, enable it using Firefox’s Tools > Add-ons > Extensions screen, restart Firefox, and read on.

When enabled, FiddlerHook adds a Monitor with Fiddler command to Firefox’s Tools menu.

The menu offers the ability to change whether Fiddler is used as Firefox’s proxy, and permits you to launch Fiddler directly.

If the Show StatusBar item in the Monitor with Fiddler menu is ticked, and Firefox’s View > Toolbars > Add-on Bar option is also ticked, Firefox’s status bar will show the current state of FiddlerHook at the bottom right:

Fiddler is not capturing web request from Firefox的更多相关文章

  1. Fiddler中设置断点修改Request和Response

    Fiddler中设置断点修改Request Fiddler最强大的功能莫过于设置断点了,设置好断点后,你可以修改httpRequest 的任何信息包括host, cookie或者表单中的数据.设置断点 ...

  2. Yii2.0 安装使用报错:yii\web\Request::cookieValidationKey must be configured with a secret key.

    下载了Yii2.0的basic版,配置好apache之后,浏览器访问,出现如下错误: Invalid Configuration – yii\base\InvalidConfigException y ...

  3. yii\web\Request::cookieValidationKey must be configured with a secret key.

    yii\web\Request::cookieValidationKey must be configured with a secret key. 出现的错误表示没有设置  cookieValida ...

  4. yii2安装配置完成后,网页打开报错yii\web\Request::cookieValidationKey must be configured with a secret key

    下载了Yii2.0的basic版,配置好nginx之后,浏览器访问,出现如下错误: Invalid Configuration – yii\base\InvalidConfigException yi ...

  5. Fiddler响应post的请求 request body里面填写什么?

    若是想传json格式的数据,请求头可以这样写:(应该先勾选 post,然后写上正确滴请求地址)User-Agent: Fiddler Host: localhost:1455 <span sty ...

  6. fiddler笔记:与Web Session的交互

    Decode Selected Session 解决响应体显示乱码的问题. AutoScroll Session List 决定Fiddler是否会自动将新增的Session添加到web sessio ...

  7. Fiddler功能介绍之Web抓包、远程抓包教程【转载】

    一.fiddler简介 简单来说,Fiddler是一个http协议调试代理工具,它能够记录并检查所有你的电脑和互联网之间的http通讯.网上简介很多,我们不多说. 二.fiddler版本 fiddle ...

  8. 如何在 Fiddler Script 中 自定义 修改 Request 、 Response

    Fiddler是一个http协议调试代理工具,方便进行http请求的拦截处理.改写请求.返回值等. 在Rules菜单下:  此次更改请求 头 ,so go to OnBeforeRequest 或者 ...

  9. Fiddler响应post的请求 request body

    是想传json格式的数据,请求头可以这样写:(应该先勾选 post,然后写上正确滴请求地址) User-Agent: Fiddler Host: localhost:1455 <span sty ...

随机推荐

  1. 7层网络以及5种Linux IO模型以及相应IO基础

    一.七层网络模型 OSI是Open System Interconnection的缩写,意为开放式系统互联.国际标准化组织(ISO)制定了OSI模型,该模型定义了不同计算机互联的标准,它是一个七层的. ...

  2. 【坑】select2 模态框中下拉input无法focus

    select2的组件bug 解决方案: 在bootstrap.js中修改: Modal.prototype.enforceFocus = function () { $(document) .off( ...

  3. IO五种模型和select与epoll工作原理(引入nginx)

    用户速度体验的1-3-10原则 性能影响 有很多研究都表明,性能对用户的行为有很大的影响: 79%的用户表示不太可能再次打开一个缓慢的网站 47%的用户期望网页能在2秒钟以内加载 40%的用户 ...

  4. 【OF框架】在Visual Studio中启用Docker支持,编译生成,并在容器运行项目

    准备 本地已经安装Docker 一.添加Docker支持 第一步:查看本地Docker服务状态 第二步:项目添加Docker支持 第三步:选择Linux容器 第四步:点击启动 第五步:确认Docker ...

  5. 【深度学习】Precision 和 Recall 评价指标理解

    1. 四种情况 Precision精确率, Recall召回率,是二分类问题常用的评价指标.混淆矩阵如下: 预测结果为阳性 Positive 预测结果为假阳性 Negative 预测结果是真实的 Tr ...

  6. SOUL软件小结

    soul 基于心灵的智能社交APP.功能是寻找最适合自己的灵魂伴侣 基于心灵测试给你智能匹配最简单的社交关系 匿名聊天软件一般都是没有机器人的,机器人一般不能对点聊很长时间 用户来源与动机 用户引流来 ...

  7. LearnOpenGL学习笔记(一)画个三角形

    开始学习OpenGL,参考的是著名的LearnOpenGL这个网站,在这里做一些总结性的记录,只是方便自己日后查找或者记录自己的一些拓展思考,关于OpenGL的具体内容请移步: https://lea ...

  8. python学习之flask接口开发,环境变量扩展,网络编程requests

    python基础 flask之mock接口 所谓mock接口,其实就是我们在正式接口还没联调或者是测试接口没有正式使用时,自己创建一个模拟接口,来供项目暂时打通功能或者测试流程梳理的桥梁,而我们这儿使 ...

  9. 前端学习笔记--CSS3

    本本记录了css3的样式:浏览器支持度.圆角边框.阴影.文字与文本.过渡.动画.2d旋转.3d旋转 浏览器支持度: 1.圆角边框 例:只要确定了x.y值,就能知道弧度 画一个圆形:长=宽,border ...

  10. 并发编程:Thread和Runable-01

      1.继承Thread类(不推荐) 代码很简单,就不说了 public class ThreadTest02 { public static void main(String[] args) { n ...