Under Review
Last Updated: 24 Jan 2018 06:00 by Imported User
kdcarlisle
Created on: 10 Mar 2017 04:36
Type: Feature Request
2
Templates for Composer
I use fiddler all the time to test various apis and it would be nice to have either templates or access to the composer header/body textboxes via QuickExec.  That way I could create standard templates (or actions) to prefill certain values.

The template should contain..

Action
Url
Protocol
Request Headers
Request Body

A new Template explorer could be added under the existing Log Request History which could be a tree view that allows one to structure their templates.
3 comments
Imported User
Posted on: 24 Jan 2018 06:00
Hey,

Thanks for the comment , how can i hit the execute button in fiddler composer programatically.
Eric
Posted on: 13 Mar 2017 05:00
A fun idea. The Composer is accessible via FiddlerScript, so you can do this today. Simply call the FiddlerApplication.DoComposeFrom or FiddlerApplication.DoComposeByCloning methods with the data you want to use as the basis for the new Session.

Alternatively, you could store your desired templates as fake sessions in a SAZ file, then use the Tools > New Session Clipboard to open that SAZ file as a palette. Or, you could just prepopulate the Composer History with the desired sessions (it's a bit of work, but the .RAZ file is just a SAZ file where the responses have been omitted).
Eric
Posted on: 13 Mar 2017 05:00
Oh, and the last point is that the ScratchPad tab of the Composer is partly designed for exactly this scenario.