Telerik Forums
Fiddler Forum
1 answer
21.8K+ views

I went to try to use the new DECRYPT HTTPS TRAFFIC option.

The Fiddler warning box said "This is generally safe."

But the Windows Security Warning box said the certificate is from "DO_NOT_TRUST_FiddlerRoot"

What is the deal?  I find it hard to trust a certificate named "DO_NOT_TRUST."

 

Tsviatko Yovtchev
Telerik team
 answered on 10 Mar 2016
0 answers
420 views

hi

after 1000 times try and  catch (ex) i dont know

how to find out why i get HRESULT 0x800A0046 CTL_E_PERMISSIONDENIED

i allso check my fileperm when i use 

   var fso = new ActiveXObject("Scripting.FileSystemObject")
   
var f = fso.OpenTextFile("C:\\test.txt", 8, true)
   
f.Write(strSQLci+"\n");
   
f.Close();   

any ideas 

thx 4 help ;-)

Newi

Newi
Top achievements
Rank 1
 asked on 09 Mar 2016
0 answers
560 views

I am composing new Request in Fiddler by following the article found online. I create a Request Header and Request Body and I can see the values being passed to the web service.

One of the methods within the webservice has a parameter i.e.

InsertCustomer(CustomerToInsert)

How could i write this request to include this parameter when the request is sent?

Jamie
Top achievements
Rank 1
 asked on 08 Mar 2016
0 answers
230 views

Hi All,

Can i add 3 headers and values in the request header section when i execute a request. I am asking this because i am receiving the wrong results.

Jose
Top achievements
Rank 1
 asked on 01 Mar 2016
0 answers
102 views

Hello.

I manually configure my application to point at FidlerCore instance

FiddlerApplication.Startup(0, false, false);
URLMonInterop.SetProxyInProcess("127.0.0.1:" + FiddlerApplication.oProxy.ListenPort, "<-loopback>");

When capture is comlete, I'm trying to reset the current process back to the default system proxy, but

URLMonInterop.ResetProxyInProcessToDefault();

doesn't do anything

Вадим
Top achievements
Rank 1
 asked on 27 Feb 2016
4 answers
379 views

Hi

I have the following situation:

1. A Universal App running in Windows 10 that contains a WebView and SocketListener that listens on port 9000.

2. An HTML5 game that is launched inside the WebView which then does a loopback connection to port 9000 on the same PC to the SocketListener that is listening for the traffic.

3. The SocketListener forwards requests to a server on the back-end and does some man-in-the-middle caching of things, and then responds to the requesting WebView.

 

In other words, the requesting WebView and the responding SocketListener / Proxy are both inside the SAME application.

Fiddler DOES see the comms leaving the Webview (the initial request anyway), but for some unknown reason it never receives a response from my custom proxy listening and responding on port 9000. It just times out.

 

I have done the following:

1. Set an exemption for the relevant universal app and confirmed the exemption with the relevant command line tools in Win10.

2. Flushed the Fiddler certificates and re-installed them as per your instructions here:  

    https://textplain.wordpress.com/2015/10/30/reset-fiddlers-https-certificates/

 3. Tried every variant of "localhost" I can come up with including:  "localhost.", "fiddler.ipv4", "fiddler.localhost", "machinename" etc. etc.

     But to be honest I don't even think this is the issue anyway because Fiddler DOES see the requests from the WebView and log them, it just won't    forward them.

 4. Checked firewall settings.

 

I've been trying to sort this out for hours now but I just don't know what else to try here.

I actually had this working a few weeks ago, but now it's stopped working again, and for the life of me I cannot understand why.

 

I've been through all the online help and suggestions, tried multiple things I've read in various forum posts and articles, and still cannot get it to work.

 

The thing is, my problem is not the usual "Fiddler doesn't see Localhost traffic". It DOES see localhost traffic, it just seems to be refusing to forward that traffic to port 9000, also on localhost and refuses to talk to that custom proxy of mine listening on port 9000.

 

Any suggestions ?  I'm at a complete loss to understand why this refuses to work.

Allan

Tsviatko Yovtchev
Telerik team
 answered on 26 Feb 2016
4 answers
848 views
Hi at all !
I'm studying Fiddler and I'm trying to know what can I do with it.
My questions are :

1. Can I change "User-Agent" value when I receive a particular packet ?
2. Can I change "Request URI" value when I receive a particular packet ?
3. In general case, Can I change every field value when I receive a particular packet ?
​
Gene
Top achievements
Rank 1
 answered on 25 Feb 2016
1 answer
191 views

hi ...

i dont know how? but i change some of my settings :-(((

now my fiddler dont start in wide, stacket or default, i see only the sessionlist in wide-format.
if i arange my layout after reload my setting are away and i must rearange.

is there a way to set "remember my layout" ?

 

thx 4 help

Newi

Newi
Top achievements
Rank 1
 answered on 25 Feb 2016
0 answers
157 views
I was having problems to replace some strings in the response. To look for the pattern I have using a regular expression, but I only want to replace one part of the expression. I was trying to define capturing groups with () and non- capturing groups with (?:). I have tested in some webs about regular expression and it works, but in fiddler doesn´t.

For example. I have this code:  

var oRegEX=/(?:(value="))(NOIA)/gi;
 oBody = oBody.replace(oRegEX, "xxxxxx");

I look for expressions like value="NOIA" but I only want to replace the word NOIA like this value="xxxxxx"

It has to be replaced the string NOIA but it replaces all value the string .

Could you help me??
Pilar
Top achievements
Rank 1
 asked on 19 Feb 2016
0 answers
106 views

i need to modify response html like jquery style.

how i can get DOM object from response html string?

Alex
Top achievements
Rank 1
 asked on 15 Feb 2016
Narrow your results
Selected tags
Tags
+? more
Top users last month
Rob
Top achievements
Rank 3
Iron
Iron
Iron
Atul
Top achievements
Rank 1
Iron
Iron
Iron
Alexander
Top achievements
Rank 1
Veteran
Iron
Serkan
Top achievements
Rank 1
Iron
Shawn
Top achievements
Rank 1
Iron
Iron
Want to show your ninja superpower to fellow developers?
Top users last month
Rob
Top achievements
Rank 3
Iron
Iron
Iron
Atul
Top achievements
Rank 1
Iron
Iron
Iron
Alexander
Top achievements
Rank 1
Veteran
Iron
Serkan
Top achievements
Rank 1
Iron
Shawn
Top achievements
Rank 1
Iron
Iron
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?