Hi,
Quick question regarding the ability to programmatically obtain the ui-comment set against a session item in C#.
Currently I can set a value:
oSession.oFlags["ui-comments"] = "Comment Added";
This is displayed in Fiddler comments column against the request.
But when I attempt to get the value back out, in AutoTamperRequestBefore or AutoTamperResponseBefore there isn't a 'ui-comments' flag available.
Any suggestions gratefully received.
Many thanks, and keep up the good work.