Hello Telerik Team,
Could you please let me know with which version of Fiddler core library HTTP/2 will be supported.
Many thanks, Sven
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.BeforeRequest
Session.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'.