fedit icon indicating copy to clipboard operation
fedit copied to clipboard

A fiddler plugin, add a context menuitem "Edit" for directly edit this response text.

Update ver-2.0.0

  1. Support edit request matched selected parameters, you can edit json request now;
  • Support edit jsonp request, will replace callback function automatically;

  • Fix install.bat script;

    download 2.0.0.zip

    demo here

Overview

Fedit is a plugin for Fiddler. You can use this plugin to edit response directly, instead of add AutoResponder rule manually.
This plugin required Fiddler version 2.1.1.3 or later.

#Install Run the bat file install.bat at root path, or:
Copy Fedit/bin/Release/Fedit.dll to %My Documents%/Fiddler2/Scripts/.
or copy to ``%Program Files%/Fiddler2/Scripts/` (Fiddler install path).

If success, u will see a Fedit tab at the right of Fiddler application.

#Usage

  1. Select one or more sessions in session list.
  2. Right-click, execute Edit or Edit with Parameters.. command in popup menu.

Note: You do not need to remove AutoResponder rule or delete the temporary file, it will clean automatically when next time you start up Fiddler.

Demo

  1. Edit .htm:
    image
    image
    image
  • Edit json request, which with one or more random parameter, or edit jsonp request, which with one callback function name:
    image
    image
    image
    image

Setting

If installed correctly, you will see a tab page at left side of fiddler named "Fedit".
Add your favor editor for file type, e.g. default notepad .css notepad .js C:\Program Files\Notepad++/notepad++.exe .txt notepad .htm C:\Program Files\Notepad++/notepad++.exe Notice that, filetype must start with .
By default, there is a default editor for you notepad.

Contact