Describe the bug
In case of an HTTPS session, FiddlerApplication.BeforeRequest event returns Session object which have wrong values for Session.fullUrl and Session.PathAndQuery properties, e.g. values are missing the URL parameters and ends with '443'.
To Reproduce
Steps to reproduce the behavior:
FiddlerApplication.BeforeRequestSession.fullUrl has the value of 'http://www.yyyyyyy.com:443'.Expected behaviorSession.fullUrl has the value of 'https://xxx.yyyyyyy.com/zzz?aa=1&b=2'.