This is a migrated thread and some comments may be shown as answers.

targetSession HTTPS - fullUrl/PathAndQuery incorrect

1 Answer 139 Views
FiddlerCore
This is a migrated thread and some comments may be shown as answers.
DIMITAR
Top achievements
Rank 1
DIMITAR asked on 25 Sep 2019, 03:15 PM

.NET , FiddlerCore 4.6.2.0

FiddlerApplication.BeforeRequest += delegate(Session targetSession)

If URL is "http://xxx.yyyyyyy.com/zzz?aa=1&b=2.." targetSession.fullUrl and targetSession.PathAndQuery are correct ("http://xxx.yyyyyyy.com/zzz?aa=1&b=2..")

If URL is "https://xxx.yyyyyyy.com/zzz?aa=1&b=2.." 

targetSession.fullUrl  and targetSession.PathAndQuery are "http://www.yyyyyyy.com:443" 

 

How to get zzz?aa=1&b=2.. for HTTPS?

1 Answer, 1 is accepted

Sort by
0
Boby
Telerik team
answered on 30 Sep 2019, 02:19 PM

Hi Dimitar,

We managed to reproduce the issue, and here is the public item that you can follow to get notified on potential status changes: Session.fullUrl and Session.PathAndQuery are not set properly in FiddlerApplication.BeforeRequest event for HTTPS sessions.

It seems that currently it's not possible to obtain the values in this event.

I added some Telerik points to your account as a token of appreciation for the report.

Regards,
Boby
Progress Telerik

Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Feedback Portal and vote to affect the priority of the items
Tags
FiddlerCore
Asked by
DIMITAR
Top achievements
Rank 1
Answers by
Boby
Telerik team
Share this question
or