fiddler HTTPMethod (GET/PUT/POST/DELETE...) Column

thamster picture thamster · Sep 7, 2012 · Viewed 15.8k times · Source

Is there an easy way to add an HTTPMethod (GET/PUT/POST/DELETE...) column to the fiddler display?

Found these instructions on the fiddler wiki for adding session variables:

cols add "Client IP Address" X-CLIENTIP

But HTTPMethod doesn't seem to be as easy.

Anybody know a way to do this or have a good fiddler script?

Answer

Matthias picture Matthias · Nov 12, 2013

There's an easier way now (as of v4.4.5.1 or earlier).

Right-click the column bar and select Customize columns....

Collection: Miscellaneous
Field Name: RequestMethod
Screenshot of Customize Columns dialog box

Result:
Screenshot of new created column