Found instructions in the wiki screenshot for adding session variables:
cols add "client IP address" X-CLIENTIP
But HTTPMethod does not seem so simple.
Does anyone know a way to do this or have a good violinist script?
Change your rules, then in the Handlers class add:
public static BindUIColumn("Method", 60) function FillMethodColumn(oS: Session){ return oS.oRequest.headers.HTTPMethod; }
Now easier (starting with version 4.4.5.1 or earlier).
Right click column column and select Customize columns ....
Collection: MiscellaneousField Name: RequestMethod
Result: