Skip to content
/ fedit Public

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

Notifications You must be signed in to change notification settings

wsvn53/fedit

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

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

Resources

Stars

Watchers

Forks

Packages

No packages published