For example:
In the session, Host is 'www.aaa.com', URL is '/bbb/ccc?ddd'
I want to save this www.aaa.com/bbb/ccc?ddd to a local txt file, so I run to fiddler script/ onBeforeResponse part, save oSession.fullUrl to a local file.
But what I get is 'www.aaa.com:443'. I wonder how to save what I need with script, now it seems to omit the URL part and add '443' instead.