Skip to content

Latest commit

 

History

History
53 lines (42 loc) · 2.4 KB

File metadata and controls

53 lines (42 loc) · 2.4 KB

Update ver-2.0.0

  1. Support edit request matched selected parameters, you can edit json request now;

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